changelog.lib

来自「GCC编译器源代码」· LIB 代码 · 共 1,930 行 · 第 1/5 页

LIB
1,930
字号
	* obstack.c [__STDC__]: Declare prototype for _obstack_allocated_p.Wed Jul 14 00:55:24 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* config.guess: Add case for Bull dpx/2.Tue Jul 13 12:38:13 1993  Jim Meyering  (meyering@comco.com)	* alloca.c: Enable the Cray stack-segment unwinding code only	if configure defines CRAY_STACKSEG_END.  The C-90 doesn't need	(and can't use) any of the Cray-specific code.Mon Jul 12 18:13:16 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)	* getloadavg.c (getloadavg) [NEXT]: It's ok if the user asks	for >1 numbers -- just return 1.Wed Jul  7 14:03:45 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* getopt.c: Separate __STDC__ conditional from const conditional.Tue Jul  6 19:03:25 1993  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)	* getloadavg.c (getloadavg) [SUNOS_5]: Set `offset' from	kvm_nlist.  Don't do the nlist but do initialize the struct	nlist for use by kvm_nlist.Mon Jun 28 14:55:05 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)	* pathmax.h: Use !__GNUC__ instead of USG to check for whether	to include limits.h on non-POSIX systems.Sat Jun 26 15:26:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* getopt.c [not __GNU_LIBRARY__, but __GNUC__] (strlen):	Include stddef.h or gstddef.h, and declare strlen.Fri Jun 25 15:44:11 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getopt.c (exchange): Declare missing variables I.Tue Jun 22 00:03:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* getopt.c (exchange): Use just one slot of temporary space.	(alloca, __alloca): All definitions deleted.	(my_bcopy): All definitions deleted.Wed Jun 16 17:09:47 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* crt0.c: [hp9000s300, ! OLD_HP_ASSEMBLER] Add flag_68040 to	the list of flags already present.Thu Jun 10 16:28:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* config.guess: New version from Cygnus.Wed Jun  9 16:28:36 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c [! LOAD_AVE_TYPE]: Protect LOAD_AVE_TYPE definitions	with this.  Use "#if defined (ardent) && defined (titan)", instead	of the bogus "#ifdef ardent && titan".  Fix typo tex4300 -> tek4300.Wed Jun  9 05:19:56 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* getopt.c: Remove "|| defined(__sgi)" from the conditions for	#including "alloca.h"; autoconf ought to be able to figure	this out accurately, and that change was supposedly made for	the sake of Emacs, which does use autoconf.	* getloadavg.c: Break up #if lines longer than 256 characters,	for VMS.Tue Jun  8 07:56:45 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* config.guess: Add clause to the first big case statement to	detect Motorola Delta 68k, up to r3v7.Sun Jun  6 03:52:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* filemode.c: Include config.h if HAVE_CONFIG_H.	(mode_t): Define, if NO_MODE_T.Fri May 28 03:21:21 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)	* getopt.c: If __sgi is defined, #include <alloca.h> too.Mon May 24 20:43:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* alloca.c [!emacs]: Define malloc as xmalloc.  Declare xmalloc.Mon May 24 17:40:32 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c (getloadavg) [OSF_MIPS]: Don't define	LDAV_PRIVILEGED.  Cast LOAD_AVE.tl_lscale to double.Mon May 24 11:53:18 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* alloca.c: Make this safe for Emacs.	[! emacs] Declare malloc.	(alloca): Call malloc, not xmalloc.Mon May 24 00:59:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* getloadavg.c (getloadavg) [NO_GET_LOAD_AVG]: Just fail.Sun May 23 21:56:11 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* getdate.y [__GNUC__] (alloca): #undef this before we give	our new definition.Sun May 23 13:53:12 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* alloca.c: Call xmalloc (once again).	[emacs]: Define xmalloc as malloc.	[!emacs]: Declare xmalloc.Sun May 23 05:47:31 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)        * mkinstalldirs (errstatus): New variable.        Use inner `for' loop instead of `while test' on $#.Sat May 22 20:14:23 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* mkinstalldirs: Set IFS to % instead of / and use sed to translate	/s in the directory name into %s first.  Initialize PATHCOMP always	to empty.Fri May 21 19:32:43 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)	* alloca.c (free): Don't #define this to be xfree whenever	emacs is #defined.  That's only appropriate for some of the	files in Emacs which use alloca.	(xmalloc): Remove this declaration.  It's inappropriate.	(alloca): Call malloc, not xmalloc.Thu May 20 16:22:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c (getloadavg) [LINUX]: Close FD if read fails.	Check return value of sscanf.Wed May 19 21:16:24 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* getloadavg.c (getloadavg): Add support for Linux, from	Michael K. Johnson.Wed May 19 13:47:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c [__osf__ && (mips || __mips__)]: Include	<sys/table.h> and #define OSF_MIPS.	(getloadavg) [OSF_MIPS]: Special code using `table'.Mon May 17 15:55:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c [butterfly]: Define NLIST_STRUCT; not LOAD_AVE_TYPE.Sun May 16 22:00:06 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* a.out.gnu.h [sequent && i386] (N_MAGIC, N_MACHTYPE, N_FLAGS,	N_SET_INFO, M_SET_MAGIC, N_SET_MACHTYPE, N_SET_FLAGS, [OZN]MAGIC,	N_BADMAG, N_ADDRADJ, N_DATOFF, N_TRELOFF, N_SYMOFF, N_TXTADDR,	N_COMM, N_FN, PAGE_SIZE, SEGMENT_SIZE): Define.Sat May 15 00:50:03 1993  Jim Meyering  (meyering@comco.com)	* getdate.y: Fix the time.h versus sys/time.h problem once and	for all.  Packages that use this file should use autoconf's	AC_TIME_WITH_SYS_TIME and AC_HAVE_HEADERS(sys/time.h) macros.Fri May 14 16:38:56 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c [butterfly] (LOAD_AVE_TYPE): Define as long.Thu May 13 01:49:31 1993  Jim Meyering  (meyering@comco.com)	* error.c: Move extern dcl of program_name out of error.Sun May  9 15:21:11 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c [HPUX && ! hpux]: Define hpux.Sat May  8 20:35:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* getloadavg.c: Rename initialized to getloadavg_initialized.Sat May  8 13:32:15 1993  Jim Meyering  (meyering@comco.com)	* alloca.c: Indent and reformat comments.	* alloca.c (i00afunc): New functions for determining relative	stack frame ordering for Crays.  From Otto Tennant.Fri May  7 15:54:30 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c [NeXT]: Include <mach/mach.h> #ifdef	HAVE_MACH_MACH_H, else <mach.h>.Wed May  5 13:31:55 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c (LDAV_SYMBOL) [hpux && ! hp9000s300]: Use this	conditional, not just [hpux], to define as "avenrun".	* getloadavg.c [unix && m68k && mc68000 && mc68020 &&	_MACH_IND_SYS_TYPES]: Define tek4300.	[tek4300] (LOAD_AVE_TYPE): Define as long.	[tek4300] (FSCALE): Define as 100.0.Mon May  3 22:17:45 1993  Jim Meyering  (meyering@comco.com)	* getugroups.c: Don't define GETGROUPS_T.  Now configure does it.Mon May  3 17:12:41 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c (getloadavg) [VMS]: Don't define LDAV_DONE.	* getloadavg.c [ardent && titan]	(LOAD_AVE_TYPE): Define as long.	(FSCALE): Define as 65536.0.	(LDAV_SYMBOL): Define as "avenrun".Tue Apr 27 14:07:18 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)	* getdate.y: If HAVE_SYS_TIMEB_H is #defined, then include	<sys/timeb.h> instead of defining struct timeb ourselves.Thu Apr 22 17:23:42 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c (getloadavg) [!LDAV_DONE && LOAD_AVE_TYPE && !VMS]:	Don't #define LDAV_DONE here.	[!LDAV_DONE && LOAD_AVE_TYPE]: Define it here instead.Mon Apr 19 18:09:18 1993  Jim Meyering  (meyering@comco.com)	* getdate.y: Use TM_IN_SYS_TIME.Fri Apr 16 18:10:06 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* getdate.y [emacs] (static): If the Emacs configuration files	have #defined static to be the empty string, then #undefine	it; this file doesn't need that hack.Fri Apr 16 12:13:37 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* obstack.c, getopt.c, getopt1.c: Surround code with	#if defined (_LIBC) || !defined (__GNU_LIBRARY__)Fri Apr 16 10:52:12 1993  Michael Meissner  (meissner@osf.org)	* getopt.h (getopt): Do not declare getopt with a prototype of	(void) for a non-ANSI compiler.  If not GNU library and a	standard compiler, do not declare a prototype for getopt, just	like the comments say, due to different libraries having	different signatures for getopt.Thu Apr 15 16:36:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c: Move #include <sys/types.h> to top and out of [USG].	[sgi, UMAX]: Don't include it again later.Wed Apr 14 13:06:50 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c: "#ifdef !define ..." -> "#if !defined ..."	* getopt.c (_NO_PROTO): Don't define if already defined.Tue Apr 13 14:56:33 1993  Jim Meyering  (meyering@comco.com)	* getdate.y [HAVE_MEMCPY && !HAVE_BCOPY]: Define bcopy in terms	of memcpy for old versions of bison that generate parsers that	use bcopy.Tue Apr 13 00:48:41 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* getloadavg.c: Changes for Mach from Thorston Ohl	<ohl@chico.harvard.edu>:	#include <mach/mach.h>, instead of <mach.h>.	(getloadavg): Don't forget to test LDAV_DONE in the CPP	conditional protecting the last load average technique.Mon Apr 12 23:03:20 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* getloadavg.c: Changes for VMS from Richard Levitte:	(LOAD_AVE_TYPE, NLIST_STRUCT): Collapse multi-line #if	directives into one line; VMS CPP can't handle that.	[VMS] (getloadavg): Add static `initialized' variable, and	set the dsc$w_length and dsc$a_pointer fields of descriptior	instead of the size and ptr fields.Mon Apr 12 13:55:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getopt.c (my_index): Rename arg STRING to STR.Sun Apr 11 17:37:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getopt.h: Declare optopt.	* getopt.c (my_index): First arg is `const char *'.	(my_bcopy): Likewise.Tue Apr  6 13:23:28 1993  Jim Meyering  (meyering@comco.com)	* getdate.y [hp9000 && !hpux]: Change erroneous #ifdef to #if.Mon Apr  5 17:28:35 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* getdate.y: #include <sys/times.h> whenever HAVE_GETTIMEOFDAY	is #defined.  If it isn't defined, try to guess it.	(main): If HAVE_GETTIMEOFDAY is #defined, use it.Sun Apr  4 11:24:59 1993  Jim Meyering  (meyering@comco.com)	* getdate.y [sgi]: Undefine timezone before including <time.h>.	* getdate.y [time.h vs sys/time.h]: Fix boolean algebra typo from	Mar 31 consolidation.	* getdate.y: Move static dcls of yyerror and yylex to a point	following the definition of those symbols to getdate_{yyerror,yylex}.	* getdate.y [_AIX]: AIX needs time.h as well as sys/time.h.Fri Apr  2 13:30:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getopt.c: Define _NO_PROTO before including <stdio.h>.Wed Mar 31 18:38:05 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)	* getdate.y: Consolidate the expressions saying when to	#include <sys/time.h>, to avoid multiple inclusions.	* getdate.y (yylex, yyerror): Added forward static declarations.	* getdate.y: Note that David Mackenzie's change of March 16	1992 introduces another shift/reduce conflict.Wed Mar 31 17:30:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)	* alloca.c [emacs]: Define free as xfree.	(alloca): Use free, not xfree.Mon Mar 29 13:46:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* a.out.gnu.h [i386] (SEGMENT_SIZE): Don't use this defn on [sequent].	[sequent && i386]: #include "/usr/include/a.out.h" explicitly,	since in glibc this is installed as <a.out.h>.Mon Mar 15 17:34:53 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)	* getopt.c (optopt): Initialize it.Sun Mar 14 16:39:57 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* getpagesize.h: Add definition for VMS.Wed Mar 10 20:57:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* getloadavg.c: If USG is defined, #include <sys/types.h>.	Move the test for HAVE_FCNTL_H and _POSIX_VERSION down after this.	* alloca.c: Use xfree instead of free.Wed Mar 10 15:22:56 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)	* getloadavg.c [__osf__ && __alpha__] (OSF_ALPHA): Define this.	[OSF_ALPHA] (LOAD_AVE_TYPE): Define as long.	[OSF_ALPHA] (NLIST_STRUCT): Define this.Wed Feb 24 12:45:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getloadavg.c [NeXT]: #undef FSCALE to indicate that the nlist	method is not the desireable one.	(getloadavg) [NeXT]: Return with errno==EINVAL if called with NELEM>1,	since we can get only the one-minute load average on this system.Mon Feb 22 08:59:03 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)	* getloadavg.c (LDAV_CVT): If LDAV_CVT has already been	defined above in terms of Emacs's LOAD_AVE_CVT, don't redefine	it just because we have FSCALE.Sun Feb 21 14:52:01 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)	* getopt.c (optopt): New variable.	(_getopt_internal): On any failure for a single-letter option, set	`optopt' to the losing option character.	When a required arg is missing, return ':' instead of '?' if the	first char in OPTSTRING (possib

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?