index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2006-05-15
* include/rpc/key_prot.h: Maek all _internal functions as hidden.
Ulrich Drepper
1
-0
/
+12
2006-05-15
* misc/getusershell.c (okshells): Don't use static initializers,
Ulrich Drepper
1
-0
/
+3
2006-05-15
* stdlib/fmtmsg.c (keywords): Change type of len element to
Ulrich Drepper
1
-0
/
+3
2006-05-15
* locale/setlocale.c: Change _nl_category_names into a string.
Ulrich Drepper
1
-0
/
+9
2006-05-15
* iconv/gconv_conf.c (add_alias): Move actual alias handling to...
Ulrich Drepper
1
-0
/
+8
2006-05-15
* resolv/res_debug.c (loc_ntoa): Make error const.
Ulrich Drepper
1
-0
/
+14
2006-05-12
* resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
Ulrich Drepper
1
-0
/
+2
2006-05-12
* include/arpa/nameser.h: Declare _ns_flagdata as hidden.
Ulrich Drepper
1
-0
/
+2
2006-05-12
* nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
Ulrich Drepper
1
-0
/
+35
2006-05-11
* nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
Ulrich Drepper
1
-0
/
+4
2006-05-11
* nis/nis_xdr.h: Mark all functions as hidden. Remove
Ulrich Drepper
1
-0
/
+3
2006-05-11
* nis/nis_error.c: Remove table of strings. Use position
Ulrich Drepper
1
-0
/
+6
2006-05-11
* locale/programs/ld-time.c (time_finish): If wide era name or
Ulrich Drepper
1
-0
/
+5
2006-05-10
* sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
Ulrich Drepper
1
-0
/
+3
2006-05-10
* nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
Ulrich Drepper
1
-0
/
+7
2006-05-10
* misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
Ulrich Drepper
1
-0
/
+4
2006-05-10
* posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
Ulrich Drepper
1
-0
/
+6
2006-05-10
* posix/wordexp.c: Remove numerous NULL pointer tests before FREE
Ulrich Drepper
1
-0
/
+3
2006-05-10
* io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
Ulrich Drepper
1
-0
/
+14
2006-05-10
* nis/nis_defaults.c (searchXYX): New functions. Used by both
Ulrich Drepper
1
-1
/
+19
2006-05-10
* posix/wordexp.c (w_addword): Free word if realloc fails and it
Ulrich Drepper
1
-0
/
+51
2006-05-07
* sysdeps/generic/ldsodefs.h: Remove support for non-core
Ulrich Drepper
1
-0
/
+3
2006-05-06
,
Ulrich Drepper
1
-0
/
+3
2006-05-06
[BZ #2499]
Ulrich Drepper
1
-0
/
+4
2006-05-06
* include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
Ulrich Drepper
1
-0
/
+7
2006-05-06
* resolv/res_send.c (res_queriesmatch): Fix typo in comment.
Ulrich Drepper
1
-0
/
+4
2006-05-06
* include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
Ulrich Drepper
1
-0
/
+6
2006-05-06
[BZ #2499]
Ulrich Drepper
1
-0
/
+7
2006-05-06
* stdio-common/vfscanf.c (memory_error): Remove definition. Add
Ulrich Drepper
1
-0
/
+3
2006-05-05
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
Ulrich Drepper
1
-0
/
+11
2006-05-05
* sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
Ulrich Drepper
1
-0
/
+10
2006-05-05
* sunrpc/svcauth_des.c (cache_init): Use calloc instead of
Ulrich Drepper
1
-1
/
+16
2006-05-05
[BZ #2509]
Ulrich Drepper
1
-0
/
+11
2006-05-05
* nis/nis_table.c (nis_list): Avoid clearing res twice before
Ulrich Drepper
1
-0
/
+3
2006-05-05
* nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
Ulrich Drepper
1
-0
/
+4
2006-05-04
* sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
Ulrich Drepper
1
-0
/
+2
2006-05-04
* sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
Ulrich Drepper
1
-0
/
+3
2006-05-04
* sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
Ulrich Drepper
1
-0
/
+3
2006-05-04
See ChangeLog.16 for earlier changes.
Ulrich Drepper
1
-1
/
+1
2006-05-04
2006-05-04 Ulrich Drepper <drepper@redhat.com>
Ulrich Drepper
1
-13373
/
+2
2006-05-04
* sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Use larger of PATH_MAX
Ulrich Drepper
1
-2
/
+6
2006-05-04
* sysdeps/posix/getaddrinfo.c: Implement configuration file
Ulrich Drepper
1
-0
/
+10
2006-05-02
[BZ #1201]
Ulrich Drepper
1
-0
/
+3
2006-05-02
[BZ #2509]
Ulrich Drepper
1
-0
/
+6
2006-05-02
* iconvdata/testdate/MIK: Fix format to match expected output.
Ulrich Drepper
1
-1
/
+3
2006-05-02
[BZ #2632]
Ulrich Drepper
1
-1
/
+7
2006-05-02
* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Fix MADV_REMOVE value.
Ulrich Drepper
1
-0
/
+11
2006-05-02
[BZ #2502]
Ulrich Drepper
1
-0
/
+4
2006-05-02
* misc/tsearch.c (__tdelete): Remove unnecessary test
Ulrich Drepper
1
-0
/
+6
2006-05-01
* nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Don't try to
Ulrich Drepper
1
-0
/
+3
[next]