2009-03-10 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | Optimize a bit for size.
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | Avoid warning about multi-line comment.
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | (fmemopen): Add libc_hidden_def.
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | (fmemopen): Add libc_hidden_proto.
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | Add tests for quoted timezone names.
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | (__tzset_parse_tz): Use correct string when paring...
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | (STDVER): Define to 200809L instead of 200112L.
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | (__cxa_at_quick_exit): Remove attribute_hidden.
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | (exit): Pass &__exit_funcs instead of __exit_funcs...
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | (__run_exit_handlers): Add noreturn attribute.
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | (at_quick_exit): Add attribute_hidden.
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | (quick_exit): Pass &__quick_exit_funcs instead of __quick_ex...
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | Update from translation team.
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | (fesetenv_register, relax_fenv_state): Use .machine...
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | (_SET_DI_FPSCR): Use .machine push; .machine "power6...
|
commit | commitdiff | tree |
2009-03-10 |
Ulrich Drepper | Use .machine push; .machine "power6" and .machine pop...
|
commit | commitdiff | tree |
2009-03-08 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-08 |
Ulrich Drepper | Declare at_quick_exit and quick_exit.
|
commit | commitdiff | tree |
2009-03-08 |
Ulrich Drepper | Adjust call to __new_exitfn.
|
commit | commitdiff | tree |
2009-03-08 |
Ulrich Drepper | Declare __quick_exit_funcs, __run_exit_handlers, __internal_...
|
commit | commitdiff | tree |
2009-03-08 |
Ulrich Drepper | (__run_exit_handlers): New function. Split from...
|
commit | commitdiff | tree |
2009-03-08 |
Ulrich Drepper | Remove quick_exit handlers, don't call them.
|
commit | commitdiff | tree |
2009-03-08 |
Ulrich Drepper | (__cxa_atexit): Move body to new function. Call it...
|
commit | commitdiff | tree |
2009-03-08 |
Ulrich Drepper | Export quick_exit and __cxa_at_quick_exit for GLIBC_2.10.
|
commit | commitdiff | tree |
2009-03-08 |
Ulrich Drepper | (routines): Add quick_exit, at_quick_exit, and cxa_at_quick_...
|
commit | commitdiff | tree |
2009-03-08 |
Ulrich Drepper | Implementation of quick_exit.
|
commit | commitdiff | tree |
2009-03-08 |
Ulrich Drepper | Implementation of __cxa_at_quick_exit.
|
commit | commitdiff | tree |
2009-03-08 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-08 |
Ulrich Drepper | Update from translation team.
|
commit | commitdiff | tree |
2009-03-07 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-07 |
Ulrich Drepper | Update from translation team.
|
commit | commitdiff | tree |
2009-03-04 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-04 |
Ulrich Drepper | Update from translation team.
|
commit | commitdiff | tree |
2009-03-03 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-03 |
Ulrich Drepper | Fix a few compile issues.
|
commit | commitdiff | tree |
2009-03-03 |
Ulrich Drepper | Declare fallocate{,64}.
|
commit | commitdiff | tree |
2009-03-03 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-03 |
Ulrich Drepper | Update from translation team.
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | [subdir=io] (sysdep_routines): Add fallocate and fallocate64.
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | Export fallocate and fallocate64 for GLIBC_2.10.
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | Linux fallocate interface.
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | i386/Linux fallocate interface.
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | i386/Linux fallocate64 interface.
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | Linux fallocate interface for 64-bit machines.
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | Linux fallocate64 interface for 64-bit machines.
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | Linux fallocate64 interface.
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | Pretty printing.
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | Implies files for Power7.
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-02 |
Ulrich Drepper | Update from translation team.
|
commit | commitdiff | tree |
2009-03-01 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-03-01 |
Ulrich Drepper | Update from translation team.
|
commit | commitdiff | tree |
2009-02-28 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-02-28 |
Ulrich Drepper | Update from translation team.
|
commit | commitdiff | tree |
2009-02-28 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-02-28 |
Ulrich Drepper | Update from translation team.
|
commit | commitdiff | tree |
2009-02-28 |
Ulrich Drepper | po/bg.po
|
commit | commitdiff | tree |
2009-02-27 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-02-27 |
Ulrich Drepper | Update from translation team.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | Don't include features.h and asm/user.h. Include asm...
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | Don't include signal.h, sys/ucontext.h and asm/elf...
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | The *_l functions are in POSIX 2008.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy, wcscasecmp...
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | Reset value of macros from 200112L to 200809L.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | Define _POSIX_THREAD_ROBUST_PRIO_INHERIT and _POSIX_THREAD_R...
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | Add _SC_THREAD_ROBUST_PRIO_INHERIT and _SC_THREAD_ROBUST_PRI...
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | fexecve is in POSIX 2008.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | strftime_l is in POSIX 2008.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | futimens is in POSIX 2008.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | Must include xlocale.h.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | strcasecmp_l and strncasecmp_l are in POSIX 2008.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | stpcpy, stpncpy, strndup, strnlen, strsignal, strcoll_l...
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | mkdtemp is in POSIX 2008.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | dprintf, fmemopen, getdelim, getline, open_memstream...
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | Declare _sys_siglist and _sys_siglist_internal.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | Define timespec and siginfo_t earlier in the file.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | .
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | Export psiginfo for GLIBC_2.10.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | (routines): Add psiginfo.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | Declare psignal and psiginfo for POSIX 2008.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | Helper macros for psiginfo.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | String definitions for psiginfo.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | psiginfo implementation.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | Fix typo in last change.
|
commit | commitdiff | tree |
2009-02-26 |
Ulrich Drepper | .
|
commit | commitdiff | tree |