changelog.lib
来自「GCC编译器源代码」· LIB 代码 · 共 1,930 行 · 第 1/5 页
LIB
1,930 行
* pexecute.c (PEXECUTE_VERBOSE): Define. (MPW pexecute): Check flags & PEXECUTE_VERBOSE instead of verbose_flag.Mon Jun 24 14:32:22 1996 Jim Wilson <wilson@cygnus.com> * getopt.c (getpid): Don't redefine it if __CYGWIN32__ is defined.Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com> * config.guess (*:Linux:*:*): Add support for PowerPC Linux.Mon Jun 10 16:10:57 1996 Doug Evans <dje@cygnus.com> * pexecute.c: New file.Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com> * config.guess (i?86-ncr-sysv*): Emit minor release numbers. Recognize the NCR 4850 machine and NCR Pentium-based platforms.Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu> * config.guess: Combine mips-mips-riscos cases, and use cpp to distinguish sysv/svr4/bsd variants. Based on a patch from Harlan Stenn <harlan@pfcs.com>.Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.Mon May 27 20:16:42 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> * getloadavg.c [SOLARIS2]: Define SUNOS_5.Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.Wed May 22 17:20:59 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * getloadavg.c [WIN32]: No-op as for [MSDOS]. * getopt.c [WIN32] (getpid): Define using GetCurrentProcessId. * getopt.c [VMS]: Include unixlib.h, string.h.Tue May 21 18:55:59 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * config.sub: Restore `hp9k2[0-9][0-9] | hp9k31[0-9])' case line apparently accidentally removed in the last change.Mon May 20 11:58:15 1996 Jeffrey A. Law <law@cygnus.com> * config.sub: Recognize -proelf as a basic system type.Fri May 3 02:35:56 1996 Noah Friedman <friedman@prep.ai.mit.edu> * mkinstalldirs: Don't report an error if mkdir fails because a directory was created by another process.Sun Apr 21 09:50:09 1996 Stephen L Moshier (moshier@world.std.com) * choose-temp.c: Include sys/types.h before sys/file.h for sco3.2v5.Tue Apr 9 14:37:31 1996 Ulrich Drepper <drepper@cygnus.com> * obstack.h [__STDC__] (obstack_init, obstack_begin, obstack_specify_allocation, obstack_specify_allocation_with_arg, obstack_chunkfun, obstack_freefun): Duplicate definition with complete type cast.Wed Apr 17 14:28:43 1996 Doug Evans <dje@cygnus.com> * choose-temp.c: Don't include sys/file.h ifdef NO_SYS_FILE_H. #include <stdio.h>. (choose_temp_base): Make tmp,usrtmp, static locals.Mon Apr 15 14:08:12 1996 Doug Evans <dje@canuck.cygnus.com> * choose-temp.c: New file.Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu> * config.guess: Combine two OSF1 rules. Also recognize field test versions. From mjr@zk3.dec.com. * config.guess (dgux): Use /usr/bin/uname rather than uname, because GNU uname does not support -p. From pmr@pajato.com.Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com> * config.guess (prep*:SunOS:5.*:*): Turn into powerpele-unknown-solaris2.Thu Mar 28 02:06:03 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> * error.c (_): New macro, define iff undefined. (private_strerror): Use it for message string. (error_at_line): New function. (error_one_per_line): New variable. * error.h (error_at_line, error_one_per_line): Declare them.Thu Mar 21 14:42:26 1996 Doug Evans <dje@cygnus.com> * config.sub (os): sunos[3456] -> sunos[34], sunos[56] have their own entries.Wed Mar 20 09:59:30 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> * signame.c [HAVE_STRING_H]: Include string.h.Tue Mar 19 20:07:39 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> * alloca.c (NULL): Define only if not already defined. * alloca.c [HAVE_STRING_H]: Include string.h. [HAVE_STDLIB_H]: Include stdlib.h.Thu Mar 14 19:12:52 1996 Ian Lance Taylor <ian@cygnus.com> * config.guess: Recognize mips-*-sysv*, with a specific case for NEC (which has its own compiler and libraries).Sat Mar 9 23:52:33 1996 Jim Meyering (meyering@na-net.ornl.gov) * getdate.y (RelativeMonth): Add 1900 to the year so that relative date specs that push the year through the end of the century work. For example, `date -d "01/01/1998 3 years" +%Y' now prints 2001. From Peter Dalgaard (pd@kubism.ku.dk).Tue Mar 5 18:43:43 1996 Richard Henderson <rth@tamu.edu> * config.sub: Add -apple and -aux.Tue Mar 5 03:02:53 1996 Erik Naggum <erik@naggum.no> * config.sub (moss): Fix previous change.Mon Mar 4 18:03:38 1996 Bryan Ford (baford@cs.utah.edu) * config.sub: Accept -moss* as op sys.Fri Mar 1 09:57:54 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> * config.sub: Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.Wed Feb 28 19:55:05 1996 Miles Bader <miles@gnu.ai.mit.edu> * getopt.c (_getopt_internal): Always set OPTOPT to *something* if returning '?', so it can be distinguished from an option.Thu Feb 22 15:51:09 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> * getdate.y (Convert): Accept dates beyond 1999.Tue Feb 13 13:20:32 1996 Miles Bader <miles@gnu.ai.mit.edu> * getopt.c (_getopt_internal): Give FIRST_NONOPT & LAST_NONOPT rational values if OPTIND has been moved back by the user.Mon Feb 12 18:23:35 1996 Doug Evans <dje@cygnus.com> * config.sub: Recognize sparclet cpu. Sun Feb 11 18:40:11 1996 Richard Stallman <rms@mole.gnu.ai.mit.edu> * config.sub: Fix typo in previous change.Sat Feb 10 08:28:12 1996 Martin Anantharaman <martin@goofy.imech.uni-duisburg.de> * config.sub (-psos*): New case. Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com> * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com> * config.guess (*:CYGWIN*): NewMon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de> * config.guess: Support m68k-cbm-sysv4.Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and m68k-unknown-linuxaout from linker help string. Put quotes around $ld_help_string.Wed Feb 7 15:31:09 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * getopt.c [__GNU_LIBRARY__]: Include <unistd.h>. * getopt.c (nonoption_flags, nonoption_flags_len): New variables. (_getopt_initialize): If not POSIXLY_CORRECT, check for special environment variable from Bash 2.0 and set those vars from it. (_getopt_internal): Do not consider as options argv elts whose nonoption_flags elt from the shell is '1'.Thu Feb 1 09:10:02 1996 Steve Chamberlain <sac@slash.cygnus.com> * config.sub (-cygwin32): New. Wed Jan 31 14:13:25 1996 Richard Henderson <rth@tamu.edu> * config.sub: Add support for A/UX. * config.guess: Recognize A/UX.Tue Jan 23 13:15:50 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * obstack.h [__STDC__] (struct obstack, _obstack_begin, _obstack_begin_1): Use prototypes in function decls. * obstack.c (CALL_CHUNKFUN, CALL_FREEFUN): Cast function type for call w/o extra_arg. * error.c (error_print_progname) [__STDC__]: Declare with prototype. [_LIBC]: Include errno.h to declare program_invocation_name. * getopt.c [__STDC__] (exchange, _getopt_initialize): Declare prototypes for these.Mon Jan 22 08:53:45 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * xmalloc.c [__STDC__] (fixup_null_alloc): Declare prototype.Sun Jan 21 01:08:09 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * error.h: Declare error_print_progname. Add comments.Wed Jan 17 17:39:51 1996 Richard Stallman <rms@mole.gnu.ai.mit.edu> * config.sub: Default OS to nextstep if machine vendor is Next. -ns2 is an alias for -nextstep.Wed Jan 17 09:51:58 1996 Doug Evans <dje@cygnus.com> * config.sub: Recognize go32* as an os.Sun Jan 7 02:00:27 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> * alloca.c (alloca): If malloc fails, just abort.Mon Jan 15 20:59:49 1996 J. Kean Johnston <hug@netcom.com> * config.sub (sco5): New case. Tue Dec 19 15:56:15 1995 Eli Zaretskii <eliz@is.elta.co.il> * getloadavg.c (getloadavg) [MSDOS]: Return 0 load instead of failing the call.Fri Dec 15 22:34:08 1995 Stan Coxs <coxs@dg-rtp.dg.com> * config.guess (AViiON): Add ix86-dg-dgux * config.sub (i*86*) Change [345] to [3456]Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com> * config.guess (powerpc-harris-powerunix): Add guess for port to new target.Wed Dec 6 09:44:53 1995 Paul Eggert <eggert@twinsun.com> * install-sh (transformbasename): Fix misspelling in initialization.Wed Dec 6 06:58:23 1995 Richard Earnshaw (rearnsha@armltd.co.uk) * config.sub: Recognize aof in the OS field.Tue Dec 5 18:36:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * error.c [_LIBC]: Adapt for use in GNU libc.Mon Dec 4 13:21:51 1995 Jeffrey A. Law <law@mole.gnu.ai.mit.edu> * config.guess: Recognize HP model 816 machines as having a PA1.1 processor.Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu> * config.guess: Recognize Pentium under SCO. From Robert Lipe <robertl@arnet.com>.Tue Nov 21 16:59:12 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu> * getdate.y: If config.h defines FORCE_ALLOCA_H, include alloca.h.Mon Oct 16 11:34:00 1995 Jeffrey A. Law <law@mole.gnu.ai.mit.edu> * config.guess: Recognize HP model 819 machines as having a PA 1.1 processor.Sat Sep 30 14:03:17 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * getopt.c (_): New macro, define if not already defined. (gettext): Never define as a macro. (_getopt_internal): Use ``_("message")'' instead of `gettext ("message")''.Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com> * config.guess (*Linux*): Add missing "exit"s. Also, need specific check for alpha-unknown-linux (uses COFF).Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com> * config.guess: Recognize lynx-2.3.Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com) * config.guess (*:Linux:*:*): First try asking the linker what the default object file format is (elf, aout, or coff). Then if this fails, try previous methods.Mon Aug 7 16:48:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * getloadavg.c [ps2]: Use nlist instead of knlist #ifdef _AIX.Fri Aug 4 10:27:54 1995 Jim Meyering (meyering@comco.com) * getopt.c (_getopt_internal) [lint]: Initialize INDFOUND to avoid warning from gcc.Tue Aug 1 14:29:43 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * getloadavg.c (getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor.Wed Jul 26 00:26:34 1995 David J. MacKenzie <djm@geech.gnu.ai.mit.edu> * mkinstalldirs: Remove weird unnecessary shell construction.Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu> * config.guess (AIX4): More robust release numbering discovery.Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov) * config.guess (i386-sequent-ptx): Properly get version number.Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de) * config.guess (mips:*:4*:UMIPS): New case.Tue Jun 20 02:41:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * getloadavg.c [convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion. * obstack.c (OBSTACK_INTERFACE_VERSION): New macro. Rewrote conditionals to use that macro to ensure that the installed GNU libc supports the interface the obstack.h corresponding to this obstack.c needs, and only then elide the code in this file.Sun May 28 18:53:29 1995 Richard Kenner (kenner@vlsi1.ultra.nyu.edu) * config.guess (21064:Windows_NT:50:3): New case.Fri May 19 16:52:50 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * error.c (error_message_count): New variable. (error): Increment it. * error.h: Declare error_message_count.Mon May 15 17:47:55 1995 Per Bothner (bothner@spiff.gnu.ai.mit.edu) * config.guess: Recognize Cray90 (from Pete TerMaat).Thu May 11 17:13:14 1995 Per Bothner (bothner@wombat.gnu.ai.mit.edu) * config.guess: Recognize PCs running Solaris2. (Patch from Bruno Haible <haible@ma2s2.mathematik.uni-karlsruhe.de>.) * config.guess: Merge two CRAY*Y-MP entries. Ignore system field for Cray xmp and cray2 since "uname -s" on a Cray gets you the hostname, which is useless. (According to Pete TerMaat <pete@guava.cray.com>.)Wed May 10 11:03:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * getloadavg.c: AIX support from Tim Bell <tbel@afsmail.cern.ch>: [_AIX] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define these for AIX. (getloadavg) [_AIX]: Use `knlist' instead of `nlist'.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?