📄 changelog
字号:
Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * getopt.c: remove use of USG around <alloca.h>, which never meant anything anyway * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions of USG and USGr4Thu Nov 19 03:09:33 1992 Brendan Kehoe (brendan@lisa.cygnus.com) * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character; it's now a type according to the ANSI X3J16 working paper; output "wchar_t" for it. (demangle_template): Accept `w' as an integral type. (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their counterparts malloc and realloc to `char *'. (main): Exit with a 0 status. * Makefile.in (demangle): Don't expect the user to define DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include for demangle.h. Pass it any HDEFINES or XTRAFLAGS.Wed Nov 18 18:56:20 1992 John Gilmore (gnu@cygnus.com) * Makefile.in (AR_FLAGS): Avoid verbosity. * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp, replace USGr4 with HAVE_SYSCONF. * config/mh-solaris: Remove; mh-sysv4 works now. * getpagesize.c: Replace USGr4 with HAVE_SYSCONF. * configure.in: Simplify host matching table, remove separate solaris config file.Sun Nov 15 09:35:16 1992 Fred Fish (fnf@cygnus.com) * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4.Tue Nov 3 21:27:03 1992 Brendan Kehoe (brendan@cygnus.com) * cplus-dem.c (xmalloc, xrealloc): Add decls. (remember_type): Don't cast xmalloc. (string_need): Likewise; don't cast xrealloc either.Fri Oct 23 08:52:01 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in, functions.defs, rename.c: added simple implementation of rename, since some binutils programs use it.Thu Oct 15 15:18:22 1992 Per Bothner (bothner@cygnus.com) * strsignal.c: Add appropriate 'const' to sys_siglist extern declaration (if __STDC__). (Needed for Linux.) * strsignal.c (strsignal): Add cast to remove const-ness.Fri Oct 9 03:22:55 1992 John Gilmore (gnu@cygnus.com) * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s before "'s, diagnosed by BSD 4.4 awk.Thu Oct 8 15:25:12 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: create config.h and needed-list through $(CONFIG_H) and $(NEEDED_LIST), to give some hooks for xiberty.Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * configure.in: use cpu-vendor-triple instead of nested casesWed Sep 30 11:26:59 1992 Per Bothner (bothner@rtl.cygnus.com) * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c, concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c, getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c, obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c, strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c: Convert from using GPL to LGPL.Sat Sep 26 04:01:30 1992 John Gilmore (gnu@cygnus.com) * Makefile.in (errors): Leave dummy.o and dummy around so that we can see how the needed list was generated (it's sometimes wrong). (mostlyclean): Remove them.Mon Sep 21 14:50:42 1992 Ian Lance Taylor (ian@cygnus.com) * getcwd.c: supply a default if MAXPATHLEN is not defined. * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.Wed Sep 9 12:41:48 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works when cross-compiling.Thu Sep 3 13:29:39 1992 K. Richard Pixley (rich@sendai.cygnus.com) * cplus-dem.c: (demangle_prefix): reduction in strength of strstr as a time optimization. * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to be more expensive than simply demangling. * cplus-dem.c (cplus_match): new function.Tue Sep 1 15:24:04 1992 Per Bothner (bothner@rtl.cygnus.com) * cplus-dem.c: #include <stdio.h>, to define NULL. Define current_demangling_style.Sun Aug 30 17:58:19 1992 Per Bothner (bothner@rtl.cygnus.com) * cplus-dem.c: New file, moved from ../gdb. * cplus-dem.c (set_cplus_marker_for_demangling): New exported function, to avoid compiling in target-dependency for CPLUS_MARKER. * cplus-dem.c (cplus_demangle): Allow demangling style option to be passed as a parameter, but using the global variable current_demangling_style as a default. * Makefile.in: Update for cplus-dem.cSat Aug 29 10:44:09 1992 Fred Fish (fnf@cygnus.com) * obstack.c: Merge in comment changes from FSF version. Now matches the FSF version exactly.Fri Aug 28 18:39:08 1992 John Gilmore (gnu@cygnus.com) * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at least on losing DECstations!); use if-then-else instead.Wed Aug 19 14:40:34 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories.Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * Makefile.in: clean up definition of CFILES, more commentsSat Aug 8 23:10:59 1992 Fred Fish (fnf@cygnus.com) * getopt.c (my_index): Make first arg const to match strchr, which it sometimes is remapped to.Sat Aug 1 13:48:50 1992 Fred Fish (fnf@cygnus.com) * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version. * obstack.c (_obstack_begin): Initialize use_extra_arg. * obstack.c (_obstack_begin_1): New, from FSF version.Mon Jul 20 21:07:58 1992 Fred Fish (fnf@cygnus.com) * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and extra_arg. * obstack.c (_obstack_begin): Remove area_id and flags arguments (previously added for mmalloc support, interface has changed). Also convert flags usage to use use_extra_arg and maybe_empty_object.Fri Jul 10 00:41:53 1992 Fred Fish (fnf@cygnus.com) * argv.c: Move expandargv inline and eliminate static variables. Rewrite to always allocate in powers of two. Fix to return an argv with a single null string arg if passed a null string.Fri Jul 3 20:27:29 1992 Fred Fish (fnf@cygnus.com) * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove "(void)" casts from function calls where the return value is ignored, in accordance with GNU coding standards.Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com) * bcopy.c, strerror.c, strsignal.c: Lint.Thu Jun 25 09:18:41 1992 K. Richard Pixley (rich@rtl.cygnus.com) * getopt.c: merge changes from make.Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com) * alloca.c: Incorporate fixes from gdb/alloca.c. FIXME: Eventually move gdb's alloca configuration files here, and remove gdb/alloca.c and its Makefile.in support.Tue Jun 23 21:56:30 1992 Fred Fish (fnf@cygnus.com) * dummy.c: Define NOTHING to /*nothing*/, change return type of main to int and return zero. * functions.def: Supply NOTHING as the fourth arg to macros that don't have an explicit arg, to satisfy picky preprocessors.Wed Jun 17 18:13:58 1992 Per Bothner (bothner@rtl.cygnus.com) * Makefile.in: Clean up *clean rules, as per standards.texi.Tue Jun 16 16:11:59 1992 K. Richard Pixley (rich@rtl.cygnus.com) * getopt.c, getopt1.c: merged largely gratuitous, mostly whitespace diffs from other prep distributions.Mon Jun 15 12:25:46 1992 Fred Fish (fnf@cygnus.com) * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install, it is broken on ncr 3000's.Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com) * sigsetmask.c: Rewrite. Old one was very confused about its arguments and result. New one can't do much, but at least knows what it can't do, and it's good enough for GDB's use.Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com) * functions.def: Use proper prototype for strtoul.Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com) * Makefile.in: Add random.c. * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib. * configure.in: update solaris2 config.Wed Jun 10 16:31:29 1992 Fred Fish (fnf@cygnus.com) * random.c: Add for random() and srandom(). * functions.def: Add randomTue Jun 9 17:27:18 1992 Fred Fish (fnf@cygnus.com) * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL using /usr/ucb/install.Mon Jun 1 13:20:17 1992 Per Bothner (bothner@rtl.cygnus.com) * strerror.c: Kludge to guard against a conflict with possible declaration of sys_errlist in errno.h.Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com) * configure.in, config/mh-solaris: add solaris2 config support.Fri May 29 17:23:23 1992 Per Bothner (bothner@rtl.cygnus.com) * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK is not defined (should be defined in signal.h, says Posix.).Mon May 18 17:35:04 1992 K. Richard Pixley (rich@cygnus.com) * getopt.c: merged changes from make-3.62.11.Fri May 8 14:53:07 1992 K. Richard Pixley (rich@cygnus.com) * getopt.c: merged changes from bison-1.18.Tue May 5 11:51:40 1992 Per Bothner (bothner@rtl.cygnus.com) * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h, since that introduces a circular dependency. ($(EXTRA_OFILES) are used to build config.h.) * strtoul.c: Fixes to handle non-decimal bases better.Wed Apr 22 09:27:51 1992 Fred Fish (fnf@cygnus.com) * config/mh-ncr3000: Replace MINUS_G with CFLAGS. * Makefile.dos: Finish MINUS_G eradication. * Makefile.in (CFILES): Add strsignal.c. * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o * Makefile.in (needed-list): Split creation of errors file to separate make target. * Makefile.in (config.h, needed2.awk, errors): New targets. * Makefile.in (clean): Split to multiple lines, add needed2.awk and config.h. * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs. * functions.def (strerror): Remove from optional list. * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's * functions.def (strerror, psignal): DEFFUNC's * strerror.c: Rewrite from scratch to use sys_errlist only if available, add errno_max(), add strerrno(), add strtoerrno(), add test driver. * strsignal.c: New file, signal equivalent to strerror.c. Uses sys_siglist if available, defines signo_max(), strsignal(), strsigno(), strtosigno(), psignal(), and test driver.Mon Apr 20 20:49:32 1992 K. Richard Pixley (rich@cygnus.com) * Makefile.in: do not print recursion line. * Makefile.in: allow CFLAGS to be passed in from command line. Removed MINUS_G. Default CFLAGS to -g.Mon Apr 20 12:57:46 1992 Per Bothner (bothner@rtl.cygnus.com) * config/mh-aix: New. EXTRA_OFILES lists copysign.o, so libg++ users don't have to be inconvenienced by a libc.a bug (libc.a needs copysign, but doesn't define it!). * configure.in: Use config/mh-aix.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -