1999-02-09 |
drepper | assert.h isn't used anymore, remove inclusion. |
tree | commitdiff |
1999-02-07 |
drepper | Allow definition of ldiv_t and lldiv_t in other header... |
tree | commitdiff |
1999-02-07 |
drepper | Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1. |
tree | commitdiff |
1999-02-07 |
drepper | Moved to sysdeps/generic. |
tree | commitdiff |
1999-02-04 |
drepper | Add alias __strtoq_internal. |
tree | commitdiff |
1999-02-04 |
drepper | Add alias __strtouq_internal. |
tree | commitdiff |
1999-01-29 |
drepper | (__ctype_get_mb_cur_max): Correct return type to size_t. |
tree | commitdiff |
1999-01-17 |
drepper | (canonicalize): Update write pointer after realloc... |
tree | commitdiff |
1999-01-11 |
drepper | Always include xlocale.h. |
tree | commitdiff |
1999-01-11 |
drepper | (LDBL_MAX_10_EXP_LOG): Define to be same as |
tree | commitdiff |
1998-12-31 |
drepper | Add missing #else in SPARC definitions. |
tree | commitdiff |
1998-12-28 |
drepper | Fall back on double functions if __NO_LONG_DOUBLE_MATH. |
tree | commitdiff |
1998-12-28 |
drepper | (_fpioconst_pow10): Reduce size according to fpioconst... |
tree | commitdiff |
1998-12-28 |
drepper | If __NO_LONG_DOUBLE_MATH don't define constants beyond... |
tree | commitdiff |
1998-12-13 |
drepper | Define PATH_MAX if the system does not. |
tree | commitdiff |
1998-12-04 |
drepper | Add __retrict. |
tree | commitdiff |
1998-10-13 |
drepper | Use it to replace the kludgey __P in inline function... |
tree | commitdiff |
1998-10-06 |
drepper | Use __P in definitions of inline stat functions so... |
tree | commitdiff |
1998-10-01 |
drepper | Protect use of long long by __extension__. |
tree | commitdiff |
1998-09-28 |
drepper | Remove #endif for #if removed in last change. |
tree | commitdiff |
1998-09-25 |
drepper | (sparc udiv_qrnnd): Define inline version for cpus... |
tree | commitdiff |
1998-09-20 |
drepper | Add more checks. |
tree | commitdiff |
1998-09-18 |
drepper | (strtol): Handle 0x... string for base!=0 correctly. |
tree | commitdiff |
1998-09-14 |
drepper | Add a switch, __need_malloc_and_calloc, to provide... |
tree | commitdiff |
1998-09-10 |
drepper | (__setstate_r): Allow call with same state array as... |
tree | commitdiff |
1998-09-09 |
drepper | Quiet -Wparentheses warnings. |
tree | commitdiff |
1998-09-07 |
drepper | Add braces to make gcc quiet. |
tree | commitdiff |
1998-09-06 |
drepper | Quiet -Wparentheses warnings. |
tree | commitdiff |
1998-08-31 |
drepper | Declare strtof and strtlod is __USE_ISOC9X. |
tree | commitdiff |
1998-08-25 |
drepper | (__jrand48_r): Set also upper half of result. |
tree | commitdiff |
1998-08-18 |
drepper | Define extern inline functions only if __USE_EXTERN_INL... |
tree | commitdiff |
1998-08-09 |
drepper | Move __ prototypes into include/* header. |
tree | commitdiff |
1998-07-28 |
drepper | (STRTOL_LONG_MAX): Correct typo in last patch - define... |
tree | commitdiff |
1998-07-27 |
drepper | Don't redefine LONG_MAX, LONG_MIN, and ULONG_MAX. |
tree | commitdiff |
1998-07-16 |
drepper | Unify names of used global functions. |
tree | commitdiff |
1998-07-08 |
drepper | Declare rand_r use __USE_POSIX. |
tree | commitdiff |
1998-07-02 |
drepper | Version definitions. |
tree | commitdiff |
1998-06-30 |
drepper | Avoid include_next warning. |
tree | commitdiff |
1998-06-29 |
drepper | Use __PMT instead of __P for function pointer. |
tree | commitdiff |
1998-06-26 |
drepper | (__PMT): Use this instead of __PMS. |
tree | commitdiff |
1998-06-26 |
drepper | Use __PMS in bsearch and qsort prototpypes. |
tree | commitdiff |
1998-06-26 |
drepper | Define CFLAGS-bsearch.c, CFLAGS-msort.c, and CFLAGS... |
tree | commitdiff |
1998-06-18 |
drepper | Maek longestdbl as static. |
tree | commitdiff |
1998-06-18 |
drepper | (long_dbl): Provide receipe to regenerate longestdbl. |
tree | commitdiff |
1998-06-17 |
drepper | (long_dbl): Add test for loooong numbers. |
tree | commitdiff |
1998-06-17 |
drepper | (str_to_mpn): Fix extending of n array which only shoul... |
tree | commitdiff |
1998-06-01 |
drepper | (umul_ppmm): Temporarily disable broken ARM implementation. |
tree | commitdiff |
1998-06-01 |
drepper | Support strange mixed-endian double format used by... |
tree | commitdiff |
1998-05-22 |
drepper | (__random_r): Rewrite last patch to fix buffer overwrit... |
tree | commitdiff |
1998-05-22 |
drepper | Help gcc to optimize the code. |
tree | commitdiff |
1998-05-14 |
drepper | Add prototypes for __setenv and __unsetenv. |
tree | commitdiff |
1998-05-13 |
drepper | Add test for -0.0. |
tree | commitdiff |
1998-04-28 |
drepper | Accept ungrouped numbers even if locale defines grouping. |
tree | commitdiff |
1998-04-21 |
drepper | Use stateful element of currently selected converter... |
tree | commitdiff |
1998-04-20 |
drepper | Handle empty input string correctly. |
tree | commitdiff |
1998-04-15 |
drepper | (main): Simplify mbc array handling. |
tree | commitdiff |
1998-04-14 |
drepper | Tests for realpath & loops in symlinks. |
tree | commitdiff |
1998-04-14 |
drepper | (canonicalize): Allow RESOLVED parameter to be NULL... |
tree | commitdiff |
1998-04-14 |
drepper | (tests): Add test-canon2. |
tree | commitdiff |
1998-04-09 |
drepper | Declare ____strtoull_l_internal. |
tree | commitdiff |
1998-04-09 |
drepper | Declare ____strtoull_l_internal. |
tree | commitdiff |
1998-04-09 |
drepper | Declare ____strtoull_l_internal. |
tree | commitdiff |
1998-04-08 |
drepper | Call strtoull/wcstoull's internal functions directly. |
tree | commitdiff |
1998-04-08 |
drepper | Use __btowc instead of btowc. |
tree | commitdiff |
1998-04-08 |
drepper | Use __btowc instead of btowc. |
tree | commitdiff |
1998-04-08 |
drepper | Declare __realpath and __canonicalize_file_name. |
tree | commitdiff |
1998-04-08 |
drepper | Define __realpath, make canonicalize_file_name a weak... |
tree | commitdiff |
1998-04-07 |
drepper | Don't use mbtowc. |
tree | commitdiff |
1998-04-07 |
drepper | Don't use mbtowc, use btowc. |
tree | commitdiff |
1998-04-07 |
drepper | Change prototype of ptsname_r to make it more like... |
tree | commitdiff |
1998-04-02 |
drepper | Use -isystem instead of -I for system include dir. |
tree | commitdiff |
1998-03-02 |
drepper | (a64l): Rewrite by Joe Keane <jgk@jgk.org>. |
tree | commitdiff |
1998-02-18 |
drepper | (tests): Add fail case for shifting count zero bug. |
tree | commitdiff |
1998-02-16 |
drepper | Respect with-cvs setting. |
tree | commitdiff |
1998-02-15 |
drepper | (headers): Add stdint.h. |
tree | commitdiff |
1998-02-13 |
drepper | char is unsigned, sometimes. |
tree | commitdiff |
1998-02-13 |
drepper | Change according to member name change. |
tree | commitdiff |
1998-02-13 |
drepper | Leave X to user macros and use x for member name. |
tree | commitdiff |
1998-02-13 |
drepper | (struct drand48_data): Leave X to user macros and use... |
tree | commitdiff |
1998-02-11 |
drepper | (STRTOF): Don't call lshift with zero count. |
tree | commitdiff |
1998-02-11 |
drepper | Standard header namespace test. |
tree | commitdiff |
1998-02-11 |
drepper | Add rules for isomac. |
tree | commitdiff |
1998-02-10 |
drepper | Fix comments. |
tree | commitdiff |
1998-01-31 |
drepper | Use CVSOPTS in cvs invocation. |
tree | commitdiff |
1998-01-30 |
drepper | Prototype getpt, grantpt, unlockpt, ptsname, ptsname_r. |
tree | commitdiff |
1998-01-25 |
drepper | Correct prototypes. |
tree | commitdiff |
1998-01-25 |
drepper | (routines): Add getcontext, setcontext, makecontext... |
tree | commitdiff |
1998-01-25 |
drepper | Add getcontext and setcontext |
tree | commitdiff |
1997-12-28 |
drepper | (headers): Add inttypes.h. |
tree | commitdiff |
1997-11-22 |
drepper | Little code cleanup. |
tree | commitdiff |
1997-11-18 |
drepper | (__erand48_r): Implement for 32 bit short int. |
tree | commitdiff |
1997-11-18 |
drepper | (headers): Add ucontext.h and sys/ucontext.h. |
tree | commitdiff |
1997-11-11 |
drepper | Fix typo. |
tree | commitdiff |
1997-11-11 |
drepper | Handle numbers like 0.0e10000 correctly which produce... |
tree | commitdiff |
1997-11-11 |
drepper | (exit): Handle recursive calls to exit (). |
tree | commitdiff |
1997-11-05 |
drepper | Test "" and NULL argument handling. |
tree | commitdiff |
1997-11-05 |
drepper | Optimize a bit by using mempcpy. |
tree | commitdiff |
1997-11-05 |
drepper | Avoid unnecessary copying. Handle NULL and "" argument... |
tree | commitdiff |
1997-11-04 |
drepper | Fix numerous bugs in formatting. |
tree | commitdiff |
1997-10-29 |
drepper | Produce a useful result for n < 0. |
tree | commitdiff |
next |