commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] glibc maintenance annotated tag, glibc-1.93, created. glibc-1.93


From: Thomas Schwinge
Subject: [SCM] glibc maintenance annotated tag, glibc-1.93, created. glibc-1.93
Date: Wed, 26 May 2010 18:26:52 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "glibc maintenance".

The annotated tag, glibc-1.93 has been created
        at  16ec91523015474c3d478203be1920727cf43d94 (tag)
   tagging  14bab8de31e04b990c2ce83d844f634ec57a6cc6 (commit)
  replaces  glibc-1.92
 tagged by  Roland McGrath
        on  Thu Aug 29 00:31:18 1996 +0000

- Log -----------------------------------------------------------------
GNU C Library version 1.93
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQBKJXTa2vc1Cn671iURAjL1AJ9lAADXvAy5nGv1Yfr/yf/NSuYuugCgh27B
zMdablw31csEHH6Al+JtP0k=
=ycr6
-----END PGP SIGNATURE-----

David MacKenzie (1):
      Add MIT copyright notice.  From address@hidden

Doug Evans (1):
      Recognize rtems as an o/s.

Karl Berry (7):
      Initial revision
      (paragraphindent): Move to more reasonable place in the source file. 
(chapfonts, secfonts, subsecfonts, indexfonts): Call \setleading. (\chfplain, 
\secheading, \plainsecheading, \subsecheading,  \subsubheading): Rewrite to 
properly \hangindent the title. (\sectionheading): New generic macro to print 
section titles.
      (\indexfonts): Make leading be 12pt. Otherwise, it's too crammed. 
(\smalllispx): Remove \setleading{10pt}. That was too small. (\doprintindex): 
Do not call \tex ... \Etex.  Index files are Texinfo source, not TeX source, 
except for using \ instead of @ as the escape character (for now).
      Restoring good RCS id.
      (\HEADINGSdouble, \HEADINGSsingle, HEADINGSdoubleafter, 
\HEADINGSsingleafter, \CHAPPAGoff, \CHAPPAGon, \CHAPPAGodd): Set 
\contentsalignmacro, analogous to \pagealignmacro. (\startcontents): Call 
\contentsalignmacro instead of \pagealignmacro.
      (\heading, \subheading, \subsubheading): Can no
      (\key): Typeset a lozenge around the argument (from  address@hidden).

Karl Heuer (2):
      Use portable tr syntax.
      Fix previous change.  Use sed's y command instead.

Linda A. Walsh (1):
      * config.guess (HP 9000/811): Recognize this as a PA1.1         machine.

Miles Bader (37):
      (_hurd_canonicalize_directory_name_internal): Initialize PARENT to   
THISDIR, and don't ever deallocate PARENT unless it != THISDIR.
      Tue Jun 25 17:22:55 1996  Miles Bader  <address@hidden>
      (_hurd_canonicalize_directory_name_internal):   Don't deallocate DOTID & 
DOTDEVID until we're finished with them (we need     to keep them at least 
until we've fetched the next level of id ports, so     that mach will be able 
to use the same name if they're the same).   Add inner_errlose: label, which 
deallocates DOTID & DOTDEVID and jumps to     errlose, for those places where 
such cleanup is needed.
      Wed Jun 26 13:19:35 1996  Miles Bader  <address@hidden>
      * hurd/get-host.c <fcntl.h>: New include.
      (login): Initialize DATA so that setutent_r will actually do something.
      Fri Jun 28 23:25:35 1996  Miles Bader  <address@hidden>
      (pututline_r): If not located after any entry don't use UTMP_DATA->ubuf, 
and   seek to the end before adding.  Lock the file before stating.
      Mon Jul  1 13:32:42 1996  Miles Bader  <address@hidden>
      (describe_number): Make I unsigned long.
      * hurd/report-wait.c (describe_number): Make I unsigned long.
      (login): Only Frob OLD->ut_type if getutline_r actually found any entry.
      (getutline_r): When we return ESRCH, mark UTMP_DATA->ubuf invalid (by 
setting   UTMP_DATA->loc_utmp to 0).
      (pututline_r):   Since we assign RESULT from lseek now, check that it's 
>= 0, not == 0.
      Fri Jul  5 17:34:47 1996  Miles Bader  <address@hidden>
      (lwupdate):   New function, mostly was __line_wrap_update.   Use 
POINT_COL field instead of POINT.   Update D->point_offs when done.   Use 
memmove instead of memcpy where overlap is possible (not      necessary using 
current implementation of memcpy, but...). (__line_wrap_output): Use lwupdate. 
(__line_wrap_update): New function. (line_wrap_set_lmargin, 
line_wrap_set_rmargin,   line_wrap_set_wmargin, line_wrap_point): Use 
__line_wrap_update. (ensure_unwrapped, ensure_wrapped): New functions.
      Sun Jun  2 22:28:43 1996  Miles Bader  <address@hidden>
      Regenerated: autoconf  sysdeps/unix/common/configure.in
      Regenerated: autoconf  sysdeps/generic/configure.in
      (logout): Initialize DATA to a state that will make setutent_r happy.
      Mon Jul 15 12:24:54 1996  Miles Bader  <address@hidden>
      (lwupdate):   Fix boundary condition where a word extends right up to 
rmargin.   When we've done a word wrap and output the wrap margin, set 
point_col to     wmargin.   Use negative point_col to deal with a wmargin of 0. 
(line_wrap_point):   Return 0 for a negative point_col.
      Merge linewrap changes
      (__select):   Don't poll on the last call __io_select unless there's only 
a     single descriptor, as each descriptor now has its own reply port.   If 
there is only a single descriptor, just use its reply port for     everything 
and don't bother creating the port set.
      Sat Jul 20 13:28:52 1996  Miles Bader  <address@hidden>
      * sysdeps/mach/libc-lock.h (__libc_lock_define): Backslashify
      (uname): Deref UNAME to get nodename.
      * sysdeps/mach/hurd/uname.c (uname): Deref UNAME to get nodename.
      <unistd.h>: New include.
      Sun Jul 21 01:44:39 1996  Miles Bader  <address@hidden>
      (getutid_r): Mark UTMP_DATA->loc_utmp invalid if a search fails.
      Fri Jul 26 16:10:43 1996  Miles Bader  <address@hidden>
      ($(common-objpfx)errnos.d): Quote `..' dots in sed search string.
      Sat Jul 27 11:23:59 1996  Miles Bader  <address@hidden>
      (open_file): New function, contents mostly from __open. (__open): Use 
open_file. (_dl_sysdep_read_whole_file): New function.
      Tue Jul 30 14:35:17 1996  Miles Bader  <address@hidden>
      (line_wrap_stream): Initialize D->seek.

Richard Kenner (1):
      (mips:*:*:UMIPS): Fix typo in last change.

Roland McGrath (112):
      Tue Jun 25 02:59:11 1996  Roland McGrath  <address@hidden>
      * nss/nss_files/files-parse.c (parse_list): Reset ELT for elements
      * resolv/Makefile (distribute): Remove res_hconf.h; add mapv4v6addr.h
      * Makefile (headers): Add libc-lock.h.
      * inet/getrpcbynumber.c (BUFLEN): New macro.
      * inet/getrpcent_r.c (DATABASE_NAME): New macro.
      * Makefile (subdirs): Remove crypt.
      * Make-dist (dist): Don't depend on crypt tar file.  Remove that rule.
      Tue Jun 25 09:55:47 1996  David Mosberger-Tang  <address@hidden>
      Tue Jun 25 10:58:23 1996  Roland McGrath  <address@hidden>
      Wed Jun 26 01:58:49 1996  Roland McGrath  <address@hidden>
      Wed Jun 26 01:58:49 1996  Roland McGrath  <address@hidden>
      Thu Jun 27 23:43:22 1996  Richard Henderson  <address@hidden>
      Fri Jun 28 02:41:08 1996  Roland McGrath  <address@hidden>
      Fri Jun 28 07:27:10 1996  Roland McGrath  <address@hidden>
      Sat Jun 29 00:02:11 1996  Andreas Schwab  <address@hidden>
      Fri Jun 28 15:46:02 1996  Michael I. Bushnell, p/BSG  <address@hidden>
      Fri Jun 28 15:46:02 1996  Michael I. Bushnell, p/BSG  <address@hidden>
      Mon Jul  1 12:29:50 1996  Roland McGrath  <address@hidden>
      Mon Jul  1 12:29:50 1996  Roland McGrath  <address@hidden>
      Add *.mo
      Mon Jul  1 15:44:34 1996  Roland McGrath  <address@hidden>
      Tue Jul  2 10:44:37 1996  Roland McGrath  <address@hidden>
      * nss/nss_files/files-network.c: Pass empty for new DB_LOOKUP args.
      * nss/nss_files/files-ethers.c (ntohost): Fix db key.
      * elf/Makefile: Add missing endif.
      * rpm/template (%build): Use @prefix@ instead of always /usr.
      Tue Jul  2 10:44:37 1996  Roland McGrath  <address@hidden>
      Wed Jul  3 11:26:28 1996  Roland McGrath  <address@hidden>
      Wed Jul  3 11:26:28 1996  Roland McGrath  <address@hidden>
      * elf/Makefile (LDFLAGS-dl.so): New variable.
      Wed Jul  3 16:29:41 1996  Roland McGrath  <address@hidden>
      Fri Jul  5 12:22:51 1996  Roland McGrath  <address@hidden>
      * nss/nss_files/files-parse.c (parse_list): Set EOL from LINE if it
      * sysdeps/unix/sysv/linux/sys/user.h: New file.
      Fri Jul  5 12:22:51 1996  Roland McGrath  <address@hidden>
      * hurd/hurdsig.c (_hurd_internal_post_signal): In case of handled
      Fri Jul  5 12:22:51 1996  Roland McGrath  <address@hidden>
      Fri Jul  5 12:22:51 1996  Roland McGrath  <address@hidden>
      Fri Jul  5 12:22:51 1996  Roland McGrath  <address@hidden>
      Fri Jul  5 12:22:51 1996  Roland McGrath  <address@hidden>
      Sun Jul  7 18:42:06 1996  Roland McGrath  <address@hidden>
      Sun Jul  7 18:42:06 1996  Roland McGrath  <address@hidden>
      * stdio/linewrap.c (lwupdate): New function, mostly was
      * io/Makefile (headers): Add sys/vfs.h.
      * sysdeps/gnu/errlist.awk (BEGIN): Initialize associative array ALIAS,
      Mon Jul  8 00:11:15 1996  Roland McGrath  <address@hidden>
      Mon Jul  8 02:14:25 1996  Roland McGrath  <address@hidden>
      * stdlib/strtod.c: Likewise.
      Mon Jul  8 02:14:25 1996  Roland McGrath  <address@hidden>
      Mon Jul  8 13:37:40 1996  Roland McGrath  <address@hidden>
      error is 0.  The "placeholder" entries recently added to
      Tue Jul  9 06:19:29 1996  Roland McGrath  <address@hidden>
      * sysdeps/mach/hurd/Makefile (stamp-errnos): Uncomment CVS commit cmds.
      * sysdeps/unix/sysv/linux/direntry.h: New file from David Mosberger.
      * sysdeps/unix/sysv/linux/configure.in: Use version number in cache
      Tue Jul  9 09:37:55 1996  Roland McGrath  <address@hidden>
      * posix/glob.h (__glob_opendir_hook, __glob_readdir_hook,
      Mon Jul  8 21:18:40 1996  Andreas Schwab  <address@hidden>
      Thu Jul 12 01:28:35 1996  Ulrich Drepper  <address@hidden>
      Thu Jul 11 20:09:55 1996  Roland McGrath  <address@hidden>
      * math/Makefile (calls): Add s_frexp, s_ldexp.
      * inet/getnetent_r.c: Define NEED_H_ERRNO.
      Sun Jul 14 01:51:39 1996  Roland McGrath  <address@hidden>
      * elf/dl-deps.c (_dl_map_object_deps): Start TAILP at last preload.
      * elf/dl-reloc.c: Include "dynamic-link.h" at file scope.
      * elf/rtld.c (RESOLVE): Use the dl's load address, not a constant zero!
      * MakeTAGS (extract): Pass --add-comments=TRANS.
      Sun Jul 14 01:51:39 1996  Roland McGrath  <address@hidden>
      * Makeconfig (rtld-installed-name): Set to ld.so.1.
      Sat Jul 13 09:53:39 1996  Andreas Schwab  <address@hidden>
      Tue Jul 16 00:31:31 1996  Richard Henderson  <address@hidden>
      Tue Jul 16 16:43:58 1996  Roland McGrath  <address@hidden>
      * elf/dl-lookup.c (_dl_lookup_symbol): Avoid sizeof dynamic auto array
      Updated from ../gpl2lgpl.sed
      Wed Jul 17 17:08:48 1996  Roland McGrath  <address@hidden>
      Wed Jul 17 17:08:48 1996  Roland McGrath  <address@hidden>
      Wed Jul 17 20:41:30 1996  Ulrich Drepper  <address@hidden>
      Wed Jul 17 21:53:45 1996  Roland McGrath  <address@hidden>
      Wed Jul 17 23:56:35 1996  Roland McGrath  <address@hidden>
      Thu Jul 18 04:33:21 1996  Roland McGrath  <address@hidden>
      Thu Jul 18 11:42:39 1996  Roland McGrath  <address@hidden>
      Fri Jul 19 13:18:02 1996  Roland McGrath  <address@hidden>
      Sat Jul 20 07:15:33 1996  Roland McGrath  <address@hidden>
      Fri Jul 19 15:45:20 1996  Ulrich Drepper  <address@hidden>
      Thu Jul 18 12:33:57 1996  Roland McGrath  <address@hidden>
      Sat Jul 20 21:55:31 1996  Roland McGrath  <address@hidden>
      Sun Jul 21 06:48:38 1996  Roland McGrath  <address@hidden>
      Sun Jul 21 06:48:38 1996  Roland McGrath  <address@hidden>
      Tue Jul 23 02:49:58 1996  Ulrich Drepper  <address@hidden>
      Tue Jul 23 18:13:37 1996  Roland McGrath  <address@hidden>
      Thu Jul 25 00:53:06 1996  Roland McGrath  <address@hidden>
      Regenerated
      Fri Jul 26 04:41:28 1996  Ulrich Drepper  <address@hidden>
      Fri Jul 26 00:36:50 1996  Roland McGrath  <address@hidden>
      Fri Jul 26 00:36:50 1996  Roland McGrath  <address@hidden>
      Fri Jul 26 20:39:42 1996  Roland McGrath  <address@hidden>
      Fri Jul 26 15:24:25 1996  Ulrich Drepper  <address@hidden>
      Sat Jul 27 02:58:49 1996  Roland McGrath  <address@hidden>
      Sat Jul 27 04:37:34 1996  Ulrich Drepper  <address@hidden>
      Sun Jul 28 19:26:40 1996  David S. Miller  <address@hidden>
      Sat Jul 27 13:02:09 1996  Ulrich Drepper  <address@hidden>
      Sun Jul 28 23:46:14 1996  Roland McGrath  <address@hidden>
      Mon Jul 29 01:27:07 1996  Roland McGrath  <address@hidden>
      Tue Jul 30 13:23:13 1996  Ulrich Drepper  <address@hidden>
      Tue Jul 30 15:14:50 1996  Roland McGrath  <address@hidden>
      Mon Jul 29 20:28:27 1996  Andreas Schwab  <address@hidden>
      Mon Jul 29 20:33:42 1996  Andreas Schwab  <address@hidden>
      Wed Jul 31 14:21:36 1996  Ulrich Drepper  <address@hidden>
      Remade for alpha-1.93
      Fri Aug  2 01:04:02 1996  Roland McGrath  <address@hidden>
      Fri Aug  2 14:40:22 1996  Roland McGrath  <address@hidden>

Thomas Bushnell, BSG (13):
      (_hurd_internal_post_signal): In pending signal check for signal zero, 
repair logical sense of test by parethisizing correctly.
      (_hurd_internal_post_signal): In check-for-pending signals code, release 
_hurd_siglock before jumping to deliver_pending.
      (__argz_insert): Use memmove instead of memcpy for possible overlapping 
strings.
      *** empty log message ***
      string/argz-delete.c (argz_delete): Use memmove instead of memcpy for 
possbly overlapping strings.
      *** empty log message ***
      * stdlib/stdlib.h (random): Declare return type to be int32_t.
      *** empty log message ***
      Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***

Torbjorn Granlund (1):
      Generalize C90 alternative to all x90 machines.

Ulrich Drepper (27):
      Corrected handling of add-ons.
      Update.
      Correction.
      Another correction.
      Update.
      Update.
      Update for 960809.
      One more update.
      Update to 960810.
      Update.
      Last minute change.
      Few last minute patches from main on 960811
      Updated.
      Update.
      Update for manual changes.
      update from main archive 960814
      Update.
      update from main archive 960815
      Update.
      update from main archive 960818
      Add definition of __eh_pc and __throw to --no-whole-archive test program.
      Update.
      handle password file locking.
      Regenerated: autoconf  configure.in
      Update 960827.
      Upadte.
      update from main archive 960828

root (1):
      Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi

-----------------------------------------------------------------------


hooks/post-receive
-- 
glibc maintenance



reply via email to

[Prev in Thread] Current Thread [Next in Thread]