Mike Frysinger
|
73d592f6af
fix salt type in setup_salt()
|
19 years ago |
Mike Frysinger
|
21ff33732f
nlist should be unsigned, not signed, as it tracks # of elements in init_fini_list
|
19 years ago |
Mike Frysinger
|
cdd6d192cb
revert debug "fix" since it isnt correct and previous version works
|
19 years ago |
Mike Frysinger
|
f55254e2a9
fix signed/unsigned warning
|
19 years ago |
Mike Frysinger
|
11ae150c22
kill off simple unused warnings
|
19 years ago |
Mike Frysinger
|
2ddf8e1aee
kill off simple unused warnings
|
19 years ago |
Mike Frysinger
|
d623e76f1b
kill off simple unused warnings
|
19 years ago |
Mike Frysinger
|
766709000a
2005-12-15 Aubrey.Li <aubreylee@gmail.com> writes:
|
19 years ago |
Mike Frysinger
|
b000e6fce3
kill off minor warning
|
19 years ago |
Mike Frysinger
|
e66dfe1d63
Aubrey writes:
|
19 years ago |
Mike Frysinger
|
66376169bf
Jan-Benedict Glaw writes:
|
19 years ago |
Peter S. Mazinger
|
f8be4236ba
Add new fnmatch code, for now mbstate_t and mbsrtowcs are depending on UCLIBC_HAS_LOCALE, making the new object about 5k, else it would be 10k
|
19 years ago |
Peter S. Mazinger
|
0eef7f38a1
Move fnmatch.c to fnmatch_old.c
|
19 years ago |
Peter S. Mazinger
|
730b60ea34
Build PIC objects if DOPIC is set, thx to pcj
|
19 years ago |
Mike Frysinger
|
cff695fb4c
Jie Zhang writes:
|
19 years ago |
Peter S. Mazinger
|
24f818725b
Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ...
|
19 years ago |
Peter S. Mazinger
|
17d53dd7b3
Remove trailing ;
|
19 years ago |
Peter S. Mazinger
|
0d5d9538d1
Remove trailing ; after *alias()
|
19 years ago |
Peter S. Mazinger
|
0d8bfb18d5
Typo
|
19 years ago |
Peter S. Mazinger
|
8c67f4a7a4
Adapt some missed prototypes
|
19 years ago |
Peter S. Mazinger
|
c0ffa5031a
Forgot about the macros ;-(
|
19 years ago |
Peter S. Mazinger
|
d629e57d62
memmove, exit are external iconv_main
|
19 years ago |
Peter S. Mazinger
|
2f7571c9b6
Correct C_SYMBOL_PREFIX handling for asm, supports only none or _
|
19 years ago |
Peter S. Mazinger
|
78c62942f5
Hope it solves JBG's problem, why didn't it bail out here?
|
19 years ago |
Peter S. Mazinger
|
255fb838c8
Macros are no good for jump relocs, hack to get rid of one introduced my new regex code
|
19 years ago |
Peter S. Mazinger
|
eb326e80ad
Use hidden towupper in new regex
|
19 years ago |
Peter S. Mazinger
|
e5b07a0aed
Make new regex build w/ WCHAR disabled, vapier, does it now work for you?
|
19 years ago |
Peter S. Mazinger
|
f6ec4106b6
Use kernel provided syscalls for user-space, the one from libc is not usable
|
19 years ago |
Peter S. Mazinger
|
b5543599fd
Better guards within _LIBC, cleanup, typos
|
19 years ago |
Peter S. Mazinger
|
e483359d3e
Hide towctrans*. What is SMALL_UPLOW and why do we need it?
|
19 years ago |