Develop and Download Open Source Software

Browse CVS Repository

Contents of /uclinux-h8/uClibc/Changelog.full.last

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Wed Apr 14 09:30:28 2004 UTC (19 years, 11 months ago) by ysato
Branch: MAIN, uclibc
CVS Tags: uclibc_20040503, uclibc_20040414, HEAD
Branch point for: ysato
Changes since 1.1: +0 -0 lines
import 2004-04-14

1 ---------------------
2 PatchSet 2873
3 Date: 2003/11/13 12:45:50
4 Author: andersen
5 Branch: HEAD
6 Tag: uClibc_0_9_23
7 Log:
8 Prepare for release
9
10 Members:
11 Changelog:1.21->1.22
12 Changelog.full:1.15->1.16
13 Changelog.full.last:INITIAL->1.1
14 docs/uclibc.org/FAQ.html:1.19->1.20
15 docs/uclibc.org/index.html:1.75->1.76
16
17 ---------------------
18 PatchSet 2874
19 Date: 2003/11/16 04:50:49
20 Author: mjn3
21 Branch: HEAD
22 Tag: (none)
23 Log:
24 Fix a build problem when using 2.2.x kernel headers.
25
26 Members:
27 libc/sysdeps/linux/common/syscalls.c:1.120->1.121
28
29 ---------------------
30 PatchSet 2875
31 Date: 2003/11/16 15:58:33
32 Author: mjn3
33 Branch: HEAD
34 Tag: (none)
35 Log:
36 Don't install shadow.h if shadow password support is disabled.
37
38 Members:
39 Makefile:1.237->1.238
40
41 ---------------------
42 PatchSet 2876
43 Date: 2003/11/16 16:26:34
44 Author: mjn3
45 Branch: HEAD
46 Tag: (none)
47 Log:
48 Patch from Jeffrey Baitis <baitisj@evolution.com> for mips arch tuning.
49
50 Members:
51 Rules.mak:1.155->1.156
52 extra/Configs/Config.mips:1.38->1.39
53
54 ---------------------
55 PatchSet 2877
56 Date: 2003/11/16 21:10:07
57 Author: mjn3
58 Branch: HEAD
59 Tag: (none)
60 Log:
61 I forgot to update the thread locking in the last dst fix.
62
63 Members:
64 libc/misc/time/time.c:1.16->1.17
65
66 ---------------------
67 PatchSet 2878
68 Date: 2003/11/17 01:24:07
69 Author: mjn3
70 Branch: HEAD
71 Tag: (none)
72 Log:
73 If __NR_ftruncate64 isn't defined, do the best we can.
74
75 Members:
76 libc/sysdeps/linux/common/ftruncate64.c:1.9->1.10
77
78 ---------------------
79 PatchSet 2879
80 Date: 2003/11/18 19:57:05
81 Author: mjn3
82 Branch: HEAD
83 Tag: (none)
84 Log:
85 Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether floating point ops
86 are implemented in hardware or via kernel emulation doesn't matter to
87 the libc code.
88
89 Members:
90 extra/Configs/Config.alpha:1.14->1.15
91 extra/Configs/Config.arm:1.39->1.40
92 extra/Configs/Config.cris:1.9->1.10
93 extra/Configs/Config.e1:1.5->1.6
94 extra/Configs/Config.h8300:1.17->1.18
95 extra/Configs/Config.i386:1.36->1.37
96 extra/Configs/Config.i960:1.13->1.14
97 extra/Configs/Config.in.arch:1.11->1.12
98 extra/Configs/Config.m68k:1.34->1.35
99 extra/Configs/Config.microblaze:1.4->1.5
100 extra/Configs/Config.sh:1.40->1.41
101 extra/Configs/Config.v850:1.6->1.7
102
103 ---------------------
104 PatchSet 2880
105 Date: 2003/11/19 07:21:10
106 Author: mjn3
107 Branch: HEAD
108 Tag: (none)
109 Log:
110 Fix the return value for fputs when passed an empty string.
111 Indirectly detected by gmp-4.1.2 self-tests and reported by
112 "Peter S. Mazinger" <ps.m@gmx.net>.
113
114 Members:
115 libc/stdio/stdio.c:1.72->1.73
116
117 ---------------------
118 PatchSet 2881
119 Date: 2003/11/20 14:35:06
120 Author: andersen
121 Branch: HEAD
122 Tag: (none)
123 Log:
124 Fixup dependancies to ensure arch specific string functions
125 will always win
126
127 Members:
128 libc/string/Makefile:1.56->1.57
129
130 ---------------------
131 PatchSet 2882
132 Date: 2003/11/20 14:40:50
133 Author: andersen
134 Branch: HEAD
135 Tag: (none)
136 Log:
137 Make certain that the arch specific stuff is always compiled last
138
139 Members:
140 libc/sysdeps/linux/Makefile:1.19->1.20
141
142 ---------------------
143 PatchSet 2883
144 Date: 2003/11/20 14:42:42
145 Author: andersen
146 Branch: HEAD
147 Tag: (none)
148 Log:
149 Make certain that arch specific stuff is compiled last
150
151 Members:
152 libm/Makefile:1.38->1.39
153
154 ---------------------
155 PatchSet 2884
156 Date: 2003/11/20 15:05:27
157 Author: andersen
158 Branch: HEAD
159 Tag: (none)
160 Log:
161 Lets try that one again...
162
163 Members:
164 libc/sysdeps/linux/Makefile:1.20->1.21
165
166 ---------------------
167 PatchSet 2885
168 Date: 2003/11/20 15:20:22
169 Author: andersen
170 Branch: HEAD
171 Tag: (none)
172 Log:
173 Add an initial set of arm optimized string functions. These
174 do seem to make noticable speed improvement...
175 -Erik
176
177 Members:
178 libc/string/Makefile:1.57->1.58
179 libc/string/arm/Makefile:INITIAL->1.1
180 libc/string/arm/_memcpy.S:INITIAL->1.1
181 libc/string/arm/bcopy.S:INITIAL->1.1
182 libc/string/arm/bzero.S:INITIAL->1.1
183 libc/string/arm/memcmp.S:INITIAL->1.1
184 libc/string/arm/memcpy.S:INITIAL->1.1
185 libc/string/arm/memmove.S:INITIAL->1.1
186 libc/string/arm/memset.S:INITIAL->1.1
187 libc/string/arm/strcmp.S:INITIAL->1.1
188 libc/string/arm/strlen.S:INITIAL->1.1
189 libc/string/arm/strncmp.S:INITIAL->1.1
190
191 ---------------------
192 PatchSet 2886
193 Date: 2003/11/20 15:28:24
194 Author: andersen
195 Branch: HEAD
196 Tag: (none)
197 Log:
198 Don't depend on BSD naming
199
200 Members:
201 libc/string/arm/_memcpy.S:1.1->1.2
202
203 ---------------------
204 PatchSet 2887
205 Date: 2003/11/20 17:13:53
206 Author: mjn3
207 Branch: HEAD
208 Tag: (none)
209 Log:
210 Always include locale.h, which was included by libintl.h only when
211 optimizing.
212
213 Members:
214 libc/misc/gnu/obstack.c:1.3->1.4
215
216 ---------------------
217 PatchSet 2888
218 Date: 2003/11/20 20:05:53
219 Author: andersen
220 Branch: HEAD
221 Tag: (none)
222 Log:
223 Add missing weak alias for bcmp
224
225 Members:
226 libc/string/arm/memcmp.S:1.1->1.2
227
228 ---------------------
229 PatchSet 2889
230 Date: 2003/11/21 07:47:43
231 Author: andersen
232 Branch: HEAD
233 Tag: (none)
234 Log:
235 prevent some needless warnings when building w/2.6.x kernel headers
236
237 Members:
238 include/features.h:1.55->1.56
239
240 ---------------------
241 PatchSet 2890
242 Date: 2003/11/22 04:42:22
243 Author: mjn3
244 Branch: HEAD
245 Tag: (none)
246 Log:
247 Make sure the utils build gets the setting for CROSS.
248
249 Members:
250 Makefile:1.238->1.239
251
252 ---------------------
253 PatchSet 2891
254 Date: 2003/11/22 06:51:17
255 Author: mjn3
256 Branch: HEAD
257 Tag: (none)
258 Log:
259 Fix arm detection for libfloat.
260
261 Members:
262 utils/Makefile:1.3->1.4
263
264 ---------------------
265 PatchSet 2892
266 Date: 2003/11/22 18:11:47
267 Author: andersen
268 Branch: HEAD
269 Tag: (none)
270 Log:
271 Oops. Only enable debug when debugging...
272
273 Members:
274 ldso/ldso/Makefile:1.49->1.50
275
276 ---------------------
277 PatchSet 2893
278 Date: 2003/11/22 18:32:59
279 Author: andersen
280 Branch: HEAD
281 Tag: (none)
282 Log:
283 Only enable debugging when SUPPORT_LD_DEBUG is enabled, not DEBUGGING
284
285 Members:
286 ldso/ldso/Makefile:1.50->1.51
287
288 ---------------------
289 PatchSet 2894
290 Date: 2003/11/22 21:21:39
291 Author: andersen
292 Branch: HEAD
293 Tag: (none)
294 Log:
295 Remove SAFECFLAGS. It was a workaround for failures in old awk script
296 used to generate the crti.S and crtn.S files. Since we don't use that
297 anymore, keeping the workaround makes no sense.
298
299 Furthermore, in most cases, SAFECFLAGS was not picking up all the
300 needed flags, causing crti.o and crtn.o to not be built PIC.
301 Which is very bad. Removing SAFECFLAGS and using CFLAGS fixes
302 that as well.
303
304 Members:
305 libc/sysdeps/linux/alpha/Makefile:1.10->1.11
306 libc/sysdeps/linux/arm/Makefile:1.50->1.51
307 libc/sysdeps/linux/cris/Makefile:1.11->1.12
308 libc/sysdeps/linux/e1/Makefile:1.5->1.6
309 libc/sysdeps/linux/h8300/Makefile:1.10->1.11
310 libc/sysdeps/linux/i386/Makefile:1.63->1.64
311 libc/sysdeps/linux/i960/Makefile:1.7->1.8
312 libc/sysdeps/linux/m68k/Makefile:1.31->1.32
313 libc/sysdeps/linux/microblaze/Makefile:1.4->1.5
314 libc/sysdeps/linux/mips/Makefile:1.34->1.35
315 libc/sysdeps/linux/powerpc/Makefile:1.27->1.28
316 libc/sysdeps/linux/sh/Makefile:1.28->1.29
317 libc/sysdeps/linux/sh64/Makefile:1.4->1.5
318 libc/sysdeps/linux/sparc/Makefile:1.18->1.19
319 libc/sysdeps/linux/v850/Makefile:1.17->1.18
320
321 ---------------------
322 PatchSet 2895
323 Date: 2003/11/23 18:45:12
324 Author: mjn3
325 Branch: HEAD
326 Tag: (none)
327 Log:
328 Protect against quoting changes.
329
330 Members:
331 utils/Makefile:1.4->1.5
332
333 ---------------------
334 PatchSet 2896
335 Date: 2003/11/23 18:46:00
336 Author: mjn3
337 Branch: HEAD
338 Tag: (none)
339 Log:
340 Hopefully this is correct for cris.
341
342 Members:
343 utils/ldd.c:1.2->1.3
344
345 ---------------------
346 PatchSet 2897
347 Date: 2003/11/23 18:47:56
348 Author: mjn3
349 Branch: HEAD
350 Tag: (none)
351 Log:
352 Make sure we use the right CC setting when building utils.
353 Not doing so was breaking the buildroot softfloat arm build.
354
355 Members:
356 Makefile:1.239->1.240
357
358 ---------------------
359 PatchSet 2898
360 Date: 2003/11/23 20:24:30
361 Author: mjn3
362 Branch: HEAD
363 Tag: (none)
364 Log:
365 Ok.. this fixes the buildroot soft-float arm build.
366 Also try to make sure the build breaks if we want soft float but
367 don't know how to request it.
368
369 Members:
370 Rules.mak:1.156->1.157
371 utils/Makefile:1.5->1.6
372
373 ---------------------
374 PatchSet 2899
375 Date: 2003/11/24 04:23:31
376 Author: mjn3
377 Branch: HEAD
378 Tag: (none)
379 Log:
380 Don't bother checking, since we want an error if -msoft-float doesn't work.
381
382 Members:
383 utils/Makefile:1.6->1.7
384
385 ---------------------
386 PatchSet 2900
387 Date: 2003/11/24 04:24:31
388 Author: mjn3
389 Branch: HEAD
390 Tag: (none)
391 Log:
392 Add -msoft-float to CPU_CFLAGS instead of CFLAGS, since ldso and libdl
393 Makefiles ignore CFLAGS.
394
395 Members:
396 Rules.mak:1.157->1.158
397
398 ---------------------
399 PatchSet 2901
400 Date: 2003/11/28 18:28:39
401 Author: mjn3
402 Branch: HEAD
403 Tag: (none)
404 Log:
405 Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
406
407 Members:
408 libc/sysdeps/linux/mips/Makefile:1.35->1.36
409 libc/sysdeps/linux/mips/sysmips.c:INITIAL->1.1
410 libc/sysdeps/linux/mips/sys/sysmips.h:1.1->1.2
411
412 ---------------------
413 PatchSet 2902
414 Date: 2003/11/28 19:39:51
415 Author: mjn3
416 Branch: HEAD
417 Tag: (none)
418 Log:
419 Another missing mips function, needed by the boehm garbage collector.
420
421 Members:
422 libc/sysdeps/linux/mips/Makefile:1.36->1.37
423 libc/sysdeps/linux/mips/_test_and_set.c:INITIAL->1.1
424
425 ---------------------
426 PatchSet 2903
427 Date: 2003/11/29 02:17:24
428 Author: mjn3
429 Branch: HEAD
430 Tag: (none)
431 Log:
432 Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector.
433
434 Members:
435 libc/sysdeps/linux/mips/crt0.S:1.10->1.11
436
437 ---------------------
438 PatchSet 2904
439 Date: 2003/11/29 20:48:18
440 Author: mjn3
441 Branch: HEAD
442 Tag: (none)
443 Log:
444 Minor update... Config no longer used.
445
446 Members:
447 .cvsignore:1.8->1.9
448
449 ---------------------
450 PatchSet 2905
451 Date: 2003/11/29 21:23:42
452 Author: mjn3
453 Branch: HEAD
454 Tag: (none)
455 Log:
456 Minor typo fix.
457
458 Members:
459 extra/scripts/fix_includes.sh:1.8->1.9
460
461 ---------------------
462 PatchSet 2906
463 Date: 2003/12/02 04:58:41
464 Author: mjn3
465 Branch: HEAD
466 Tag: (none)
467 Log:
468 Put in a dummy reference to main so busybox will link.
469
470 Members:
471 libc/sysdeps/linux/cris/crt0.c:1.4->1.5
472
473 ---------------------
474 PatchSet 2907
475 Date: 2003/12/02 17:58:24
476 Author: andersen
477 Branch: HEAD
478 Tag: (none)
479 Log:
480 Avoid a potentially undefined operation with a veriable++ in a macro
481
482 Members:
483 libc/inet/rpc/bindresvport.c:1.8->1.9
484
485 ---------------------
486 PatchSet 2908
487 Date: 2003/12/02 17:59:06
488 Author: andersen
489 Branch: HEAD
490 Tag: (none)
491 Log:
492 Add function versions of ntohl and friends
493
494 Members:
495 libc/inet/Makefile:1.41->1.42
496 libc/inet/ntohl.c:INITIAL->1.1
497
498 ---------------------
499 PatchSet 2909
500 Date: 2003/12/02 19:06:31
501 Author: mjn3
502 Branch: HEAD
503 Tag: (none)
504 Log:
505 Add a syscall() implementation using a hacked version of the syscall6 macro.
506 Untested, but syscall() is needed by busybox for pivot_root at least.
507
508 Members:
509 libc/sysdeps/linux/sh/Makefile:1.29->1.30
510 libc/sysdeps/linux/sh/syscall.c:INITIAL->1.1
511
512 ---------------------
513 PatchSet 2910
514 Date: 2003/12/02 20:37:08
515 Author: mjn3
516 Branch: HEAD
517 Tag: (none)
518 Log:
519 Include Rules.mk for consistency. Trying not to was simply too painful.
520
521 Members:
522 utils/Makefile:1.7->1.8
523
524 ---------------------
525 PatchSet 2911
526 Date: 2003/12/02 23:16:59
527 Author: andersen
528 Branch: HEAD
529 Tag: (none)
530 Log:
531 Disable pthreads for sh64 for the time being (since it is not
532 currently supported)
533
534 Members:
535 extra/Configs/Config.sh:1.41->1.42
536
537 ---------------------
538 PatchSet 2912
539 Date: 2003/12/03 02:35:36
540 Author: andersen
541 Branch: HEAD
542 Tag: (none)
543 Log:
544 force enable FORCE_SHAREABLE_TEXT_SEGMENTS for sh4
545
546 Members:
547 extra/Configs/Config.sh:1.42->1.43
548
549 ---------------------
550 PatchSet 2913
551 Date: 2003/12/03 20:12:45
552 Author: andersen
553 Branch: HEAD
554 Tag: (none)
555 Log:
556 Rob McMullen writes:
557 There is code in ldconfig that checks to see if a shared library is named
558 either ``lib*'' or ``ld-*'' before ldconfig -l will work on it. gawk uses this
559 feature of ldconfig to make /lib/rcscripts/filefuncs.so, so the build fails.
560
561 Members:
562 utils/ldconfig.c:1.1->1.2
563
564 ---------------------
565 PatchSet 2914
566 Date: 2003/12/03 20:36:49
567 Author: andersen
568 Branch: HEAD
569 Tag: (none)
570 Log:
571 remove some garbage
572
573 Members:
574 libc/sysdeps/linux/mips/vfork.c:1.1->1.2
575
576 ---------------------
577 PatchSet 2915
578 Date: 2003/12/03 21:35:01
579 Author: andersen
580 Branch: HEAD
581 Tag: (none)
582 Log:
583 Eliminate some static buffers based on a patch from Tobias Anderberg
584
585 Members:
586 ldso/ldso/readelflib1.c:1.50->1.51
587
588 ---------------------
589 PatchSet 2916
590 Date: 2003/12/03 23:03:59
591 Author: andersen
592 Branch: HEAD
593 Tag: (none)
594 Log:
595 Paul Mundt <lethal@linux-sh.org> writes:
596
597 Nothing overly interesting here, this renames Hitachi/Mitsubishi to Renesas
598 for the relevant platforms (in this case, h8, sh, and m32r). The same changes
599 have already been going on in gcc/binutils/gdb/glibc/etc.
600
601 Members:
602 extra/Configs/Config.sh:1.43->1.44
603 include/elf.h:1.9->1.10
604 utils/readelf.c:1.1->1.2
605
606 ---------------------
607 PatchSet 2917
608 Date: 2003/12/03 23:07:50
609 Author: andersen
610 Branch: HEAD
611 Tag: (none)
612 Log:
613 Patch from lethal, adding syscall() to the sh64 port
614
615 Members:
616 libc/sysdeps/linux/sh64/Makefile:1.5->1.6
617 libc/sysdeps/linux/sh64/syscall.c:INITIAL->1.1
618
619 ---------------------
620 PatchSet 2918
621 Date: 2003/12/03 23:12:11
622 Author: andersen
623 Branch: HEAD
624 Tag: (none)
625 Log:
626 Lethal noticed that the generated file gmon-start.S was not
627 being cleaned up.
628
629 Members:
630 libc/sysdeps/linux/arm/Makefile:1.51->1.52
631 libc/sysdeps/linux/i386/Makefile:1.64->1.65
632 libc/sysdeps/linux/powerpc/Makefile:1.28->1.29
633 libc/sysdeps/linux/sh/Makefile:1.30->1.31
634
635 ---------------------
636 PatchSet 2919
637 Date: 2003/12/03 23:28:33
638 Author: andersen
639 Branch: HEAD
640 Tag: (none)
641 Log:
642 Joakim Tjernlund writes:
643
644 This is just a wild guess, but you could try this to see if it fixes
645 Richards problem:
646
647 Members:
648 ldso/ldso/powerpc/elfinterp.c:1.28->1.29
649
650 ---------------------
651 PatchSet 2920
652 Date: 2003/12/03 23:38:43
653 Author: andersen
654 Branch: HEAD
655 Tag: (none)
656 Log:
657 Henrik Grindal Bakken writes:
658
659 The patch touches a minor (well, not that minor, but perhaps only
660 rarely encountered) bug in the powerpc dynamic linker.
661
662 The problem is that addi is called in inline assembly, but there is no
663 restriction on the second argument. In powerpc assembler, if the
664 second argument to addi is r0, it is taken as the value 0, not the
665 contents of r0. This happened to me, making the stack pointer 0 on
666 the invocation on the application.
667
668 The patch is against 0.9.22, but there didn't seem to be any changes
669 to the relevant section in 0.9.23.
670
671 Members:
672 ldso/ldso/powerpc/ld_sysdep.h:1.6->1.7
673
674 ---------------------
675 PatchSet 2921
676 Date: 2003/12/04 06:36:51
677 Author: mjn3
678 Branch: HEAD
679 Tag: (none)
680 Log:
681 Building of iconv.o was accidently always disabled.
682 Also, build the iconv app in utils.
683
684 Members:
685 libc/misc/wchar/Makefile:1.8->1.9
686 utils/.cvsignore:1.1->1.2
687 utils/Makefile:1.8->1.9
688
689 ---------------------
690 PatchSet 2922
691 Date: 2003/12/04 06:37:34
692 Author: mjn3
693 Branch: HEAD
694 Tag: (none)
695 Log:
696 Don't download the local data if we have it already.
697
698 Members:
699 Makefile:1.240->1.241
700
701 ---------------------
702 PatchSet 2923
703 Date: 2003/12/04 18:25:36
704 Author: andersen
705 Branch: HEAD
706 Tag: (none)
707 Log:
708 Set the default stdio buffer size to 4096, rather then 256.
709 256 is fine of course, but many applications use this value
710 and expect it to be larger.
711
712 Members:
713 extra/Configs/Config.in:1.40->1.41
714
715 ---------------------
716 PatchSet 2924
717 Date: 2003/12/04 22:07:51
718 Author: andersen
719 Branch: HEAD
720 Tag: (none)
721 Log:
722 Fix arm profiling support, which was accidentally removed
723
724 Members:
725 libc/sysdeps/linux/arm/Makefile:1.52->1.53
726
727 ---------------------
728 PatchSet 2925
729 Date: 2003/12/04 22:57:32
730 Author: mjn3
731 Branch: HEAD
732 Tag: (none)
733 Log:
734 Fix infinite loop in putgrent (forgotten increment).
735
736 Members:
737 libc/pwd_grp/pwd_grp.c:1.3->1.4
738
739 ---------------------
740 PatchSet 2926
741 Date: 2003/12/05 20:24:26
742 Author: andersen
743 Branch: HEAD
744 Tag: (none)
745 Log:
746 move _dl_fixup so staticly linked apps using dlopen have a
747 chance of actually working
748
749 Members:
750 ldso/ldso/ldso.c:1.74->1.75
751 ldso/ldso/readelflib1.c:1.51->1.52
752
753 ---------------------
754 PatchSet 2927
755 Date: 2003/12/05 20:39:51
756 Author: andersen
757 Branch: HEAD
758 Tag: (none)
759 Log:
760 Paul Mundt <lethal@linux-sh.org> writes:
761
762 This patch adds the libpthread backend bits for sh64. As noted previously,
763 we can't inline things like the testandset() in pt-machine.h as we need to
764 use a completely different ISA / CFLAGS in order for this to work.
765
766 As a result, this patch is somewhat of a RFC as well to see what people think
767 of the libpthread/linuxthreads/sysdeps Makefile approach, etc. The approach
768 I've taken currently has been to provide a sysdeps/Makefile with a note that
769 TARGET_ARCHs that want build rules can simply add themselves into the list of
770 matching architectures to add to the subdir rule for. This probably isn't
771 the cleanest solution, but it's quite transparent and works quite well.
772
773 Members:
774 extra/Configs/Config.sh:1.44->1.45
775 libc/sysdeps/linux/sh64/bits/mman.h:INITIAL->1.1
776 libpthread/linuxthreads/Makefile:1.11->1.12
777 libpthread/linuxthreads/sysdeps/Makefile:INITIAL->1.1
778 libpthread/linuxthreads/sysdeps/sh64/Makefile:INITIAL->1.1
779 libpthread/linuxthreads/sysdeps/sh64/pt-machine.c:INITIAL->1.1
780 libpthread/linuxthreads/sysdeps/sh64/pt-machine.h:INITIAL->1.1
781
782 ---------------------
783 PatchSet 2928
784 Date: 2003/12/08 21:18:40
785 Author: andersen
786 Branch: HEAD
787 Tag: (none)
788 Log:
789 Prepare for uClibc 0.9.24 release
790
791 Members:
792 Changelog:1.22->1.23
793 Changelog.full:1.16->1.17
794 Changelog.full.last:1.1->1.2
795 Rules.mak:1.158->1.159
796
797 ---------------------
798 PatchSet 2929
799 Date: 2003/12/11 07:16:11
800 Author: andersen
801 Branch: HEAD
802 Tag: (none)
803 Log:
804 Rework the website
805
806 Members:
807 docs/uclibc.org/FAQ.html:1.20->1.21
808 docs/uclibc.org/cvs_anon.html:1.5->1.6
809 docs/uclibc.org/cvs_howto.html:INITIAL->1.1
810 docs/uclibc.org/cvs_write.html:1.3->1.4
811 docs/uclibc.org/download.html:INITIAL->1.1
812 docs/uclibc.org/footer.html:INITIAL->1.1
813 docs/uclibc.org/header.html:INITIAL->1.1
814 docs/uclibc.org/index.html:1.76->1.77
815 docs/uclibc.org/lists.html:INITIAL->1.1
816 docs/uclibc.org/news.html:INITIAL->1.1
817 docs/uclibc.org/old-news.html:1.16->1.17(DEAD)
818 docs/uclibc.org/oldnews.html:INITIAL->1.1
819 docs/uclibc.org/other_libs.html:INITIAL->1.1
820 docs/uclibc.org/products.html:INITIAL->1.1
821 docs/uclibc.org/robots.txt:1.2->1.3(DEAD)
822 docs/uclibc.org/toolchains.html:INITIAL->1.1
823
824 ---------------------
825 PatchSet 2930
826 Date: 2003/12/11 07:41:48
827 Author: andersen
828 Branch: HEAD
829 Tag: (none)
830 Log:
831 more minor cleanups
832
833 Members:
834 docs/uclibc.org/FAQ.html:1.21->1.22
835 docs/uclibc.org/index.html:1.77->1.78
836
837 ---------------------
838 PatchSet 2931
839 Date: 2003/12/11 07:42:05
840 Author: andersen
841 Branch: HEAD
842 Tag: (none)
843 Log:
844 mjn3 found a url for the darwin C lib
845
846 Members:
847 docs/uclibc.org/other_libs.html:1.1->1.2
848
849 ---------------------
850 PatchSet 2932
851 Date: 2003/12/11 07:54:56
852 Author: andersen
853 Branch: HEAD
854 Tag: (none)
855 Log:
856 fixup some silly html bugs
857
858 Members:
859 docs/uclibc.org/FAQ.html:1.22->1.23
860 docs/uclibc.org/footer.html:1.1->1.2
861 docs/uclibc.org/header.html:1.1->1.2
862 docs/uclibc.org/index.html:1.78->1.79
863 docs/uclibc.org/news.html:1.1->1.2
864 docs/uclibc.org/other_libs.html:1.2->1.3
865
866 ---------------------
867 PatchSet 2933
868 Date: 2003/12/11 07:55:13
869 Author: andersen
870 Branch: HEAD
871 Tag: (none)
872 Log:
873 add image for validator
874
875 Members:
876 docs/uclibc.org/images/vh40.gif:INITIAL->1.1
877
878 ---------------------
879 PatchSet 2934
880 Date: 2003/12/11 08:18:42
881 Author: andersen
882 Branch: HEAD
883 Tag: (none)
884 Log:
885 fix a cut-n-paste typo
886
887 Members:
888 docs/uclibc.org/cvs_write.html:1.4->1.5
889
890 ---------------------
891 PatchSet 2935
892 Date: 2003/12/14 19:10:23
893 Author: mjn3
894 Branch: HEAD
895 Tag: (none)
896 Log:
897 Fix a couple of 'declaration after statement' errors.
898
899 Members:
900 libc/misc/locale/locale.c:1.17->1.18
901 libc/stdio/scanf.c:1.32->1.33
902
903 ---------------------
904 PatchSet 2936
905 Date: 2003/12/14 23:51:30
906 Author: mjn3
907 Branch: HEAD
908 Tag: (none)
909 Log:
910 Fix some dst issues in _time_mktime().
911 Normalize the tm_isdst value to -1, 0, or 1.
912 If no dst for this timezone, then reset tm_isdst to 0.
913
914 Members:
915 libc/misc/time/time.c:1.17->1.18
916
917 ---------------------
918 PatchSet 2937
919 Date: 2003/12/14 23:52:57
920 Author: mjn3
921 Branch: HEAD
922 Tag: (none)
923 Log:
924 Link ldconfig with the appropriate libraries.
925
926 Members:
927 utils/Makefile:1.9->1.10
928

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26