|
|
1.1 ! root 1: Fri Dec 17 12:26:07 1993 Kung Hsu ([email protected]) ! 2: ! 3: * cplus-dem.c (demangle_arm_pt): New function. Common code ! 4: for ARM template demangling. ! 5: * cplus-dem.c (demangle_class_name): Use demangle_arm_pt. ! 6: * cplus-dem.c (demangle_prefix): Likewise. ! 7: ! 8: Tue Nov 30 15:47:48 1993 Jason Merrill ([email protected]) ! 9: ! 10: * cplus-dem.c (cplus_demangle_opname): Add CONST to please gcc. ! 11: ! 12: Sat Nov 27 11:05:50 1993 Fred Fish ([email protected]) ! 13: ! 14: Merge changes from [email protected] (Tom R.Hageman) ! 15: * strerror.c, strsignal.c: As a small space optimization, don't ! 16: include messages when they aren't actually used. ! 17: ! 18: Merge changes from takefive.co.at!joe (Josef Leherbauer) ! 19: * cplus-dem.c (demangle_prefix, demangle_function_name, ! 20: cplus_demangle_opname): Fixes for systems where cplus_marker ! 21: is something other than '$'. ! 22: ! 23: Fri Nov 26 13:51:11 1993 Per Bothner ([email protected]) ! 24: ! 25: * waitpid.c: Simple-minded approcimation to waitpid ! 26: using vanilla wait. ! 27: * functions.def, Makefile.in: Update accordingly, ! 28: ! 29: Thu Nov 18 18:01:15 1993 Kung Hsu ([email protected]) ! 30: ! 31: * cplus-dem.c(demangle_template): fix bug template instantiation ! 32: with value of user defined type. ! 33: ! 34: Wed Nov 17 18:30:21 1993 Kung Hsu ([email protected]) ! 35: ! 36: * cplus-dem.c(cplus_demangle_opname): add the subject new function ! 37: to support unified search of operator in class. ! 38: ! 39: Wed Nov 10 09:47:22 1993 Jim Kingdon ([email protected]) ! 40: ! 41: gcc -Wall lint: ! 42: * strtoul.c (strtoul): use "(digit = *s) != '\0'" not just ! 43: "digit = *s" as condition in while loop. ! 44: ! 45: Tue Nov 9 15:52:22 1993 Mark Eichin ([email protected]) ! 46: ! 47: * Makefile.in: pass SHELL to recursive make ! 48: ! 49: Thu Nov 4 12:09:26 1993 Per Bothner ([email protected]) ! 50: ! 51: * vfprintf.c, vprintf.c, vsprintf.c: Make format arg ! 52: be (const char*), for ANSI (and gcc w/fixproto) consistency. ! 53: ! 54: Thu Nov 4 08:29:04 1993 Jim Kingdon ([email protected]) ! 55: ! 56: * config.table: Make *-*-hiux* use mh-hpux. ! 57: ! 58: Fri Oct 22 07:53:15 1993 Jim Kingdon ([email protected]) ! 59: ! 60: * config.table: Add * to end of all OS names. ! 61: ! 62: Tue Oct 19 17:12:01 1993 david d `zoo' zuhn ([email protected]) ! 63: ! 64: * Makefile.in (lneeded-list): ensure that object file names are ! 65: not duplicated, as multiple instances of the same object file in ! 66: a library causes problems on some machines ! 67: ! 68: Mon Oct 18 21:59:28 1993 Jim Kingdon ([email protected]) ! 69: ! 70: * strcasecmp.c, strncasecmp.c: Change u_char to unsigned char. ! 71: ! 72: Fri Oct 15 22:17:11 1993 david d `zoo' zuhn ([email protected]) ! 73: ! 74: * strncasecmp.c: new file, implements strncasecmp ! 75: * strcasecmp.c: new file, implement strcasecmp ! 76: ! 77: * Makefile.in (CFILES): list these two new source files ! 78: ! 79: * functions.def: add strcasecmp and strncasecmp entries ! 80: ! 81: Fri Oct 15 14:53:05 1993 Ian Lance Taylor ([email protected]) ! 82: ! 83: * strtoul.c (strtoul), strtol.c (strtol): Handle overflow ! 84: according to ANSI C. ! 85: ! 86: Thu Oct 14 16:34:19 1993 Kung Hsu ([email protected]) ! 87: ! 88: * cplus-dem.c: add support of ARM global constructor/destructor, ! 89: and 'G' for passing record or union in parameter. ! 90: ! 91: Wed Oct 13 13:36:19 1993 Jim Kingdon ([email protected]) ! 92: ! 93: * Makefile.in: Fix comment to clarify that stuff in REQUIRED_OFILES ! 94: should not be in functions.def. ! 95: ! 96: Wed Oct 13 13:13:38 1993 Ian Lance Taylor ([email protected]) ! 97: ! 98: * functions.def: Removed xmalloc. Stuff in REQUIRED_OFILES should ! 99: not be in functions.def. ! 100: ! 101: Mon Oct 4 18:26:39 1993 Kung Hsu ([email protected]) ! 102: ! 103: * cplus-dem.c: change globl constructor/destructor to proper name ! 104: ! 105: Tue Sep 28 18:11:07 1993 Kung Hsu ([email protected]) ! 106: ! 107: * cplus-dem.c: fix bug in constructor/destructor ! 108: ! 109: Tue Sep 28 16:20:49 1993 Kung Hsu ([email protected]) ! 110: ! 111: * cplus-dem.c: support both old and new _vt$... vtbl mangled names ! 112: ! 113: Fri Sep 24 19:07:16 1993 Jason Merrill ([email protected]) ! 114: ! 115: * cplus-dem.c: Fix demangle_template prototype ! 116: ! 117: Fri Sep 24 17:32:55 1993 Kung Hsu ([email protected]) ! 118: ! 119: * cplus-dem.c: fix template demangling ! 120: * cplus-dem.c: fix const type demangling ! 121: * cplus-dem.c: fix constructor/destructor, virtual table, ! 122: qualifier, global constructor/destructor demangling ! 123: ! 124: Wed Sep 1 23:13:11 1993 Jim Kingdon ([email protected]) ! 125: ! 126: * strsignal.c, strerror.c: Use fully-bracketed initializer to ! 127: keep gcc -Wall happy. ! 128: ! 129: Fri Aug 27 10:30:09 1993 Jason Merrill ([email protected]) ! 130: ! 131: * cplus-dem.c (do_type): Add CONSTS to make gcc happy with last ! 132: patch. ! 133: ! 134: Fri Aug 27 11:24:54 1993 Jim Kingdon ([email protected]) ! 135: ! 136: Patch from Paul Flinders: ! 137: * cplus-dem.c (do_type): Deal with arrays. ! 138: ! 139: Tue Aug 24 14:23:50 1993 Jim Kingdon ([email protected]) ! 140: ! 141: * cplus-dem.c (demangle_qualified: Deal with GNU format for more ! 142: than 9 classes. ! 143: ! 144: Wed Aug 18 19:50:29 1993 Jason Merrill ([email protected]) ! 145: ! 146: * Makefile.in (dummy.o): Redirect to /dev/null to avoid "variable ! 147: not initialized" warnings under HP/UX ! 148: ! 149: Sun Aug 15 20:42:40 1993 Jim Kingdon ([email protected]) ! 150: ! 151: * strerror.c: Move include of stdio.h after sys_errlist #define. ! 152: Also remove NULL definition (stdio.h always defines NULL, so it ! 153: never did anything but clutter up the code). ! 154: ! 155: Sat Aug 14 14:21:49 1993 david d `zoo' zuhn ([email protected]) ! 156: ! 157: * Makefile.in, functions.def: handle xmalloc.c ! 158: ! 159: * xmalloc.c: provide xmalloc and xrealloc functions ! 160: ! 161: Thu Aug 12 17:38:57 1993 David J. Mackenzie ([email protected]) ! 162: ! 163: * cplus-dem.c: Fix a comment. ! 164: ! 165: Sat Aug 7 13:56:35 1993 David J. Mackenzie ([email protected]) ! 166: ! 167: * getopt1.c: Declare const the way getopt.c does. ! 168: ! 169: Fri Aug 6 17:03:13 1993 David J. Mackenzie ([email protected]) ! 170: ! 171: * obstack.c, alloca.c: Update from FSF. ! 172: * getopt.c, getopt1.c: Update to current FSF version, which ! 173: doesn't use alloca. ! 174: ! 175: Tue Jul 27 14:03:57 1993 Brendan Kehoe ([email protected]) ! 176: ! 177: * Makefile.in (demangle): Add the target with a message saying ! 178: where demangle went. ! 179: ! 180: Mon Jul 26 15:49:54 1993 Jim Kingdon ([email protected]) ! 181: ! 182: * Makefile.in: Remove obsolete `demangle' target. ! 183: ! 184: Thu Jul 22 08:31:01 1993 Fred Fish ([email protected]) ! 185: ! 186: * cplus-dem.c (arm_special): Apply patch from [email protected] to ! 187: avoid infinite loop on vtbl symbols with disambiguating "junk" ! 188: tacked on the end. ! 189: ! 190: Mon Jul 19 14:10:37 1993 david d `zoo' zuhn ([email protected]) ! 191: ! 192: * strsignal.c: work around some systems losing definitions of ! 193: sys_siglist ! 194: ! 195: * config/mh-lynxos: this system has a losing definition of ! 196: sys_siglist ! 197: ! 198: * config.table: use mh-lynxos for *-*-lynxos ! 199: ! 200: Mon Jul 19 17:08:52 1993 Ken Raeburn ([email protected]) ! 201: ! 202: * config.table: Add support for HPPA BSD hosts. ! 203: ! 204: * config/mh-hpbsd: New file. ! 205: ! 206: Mon Jul 12 18:00:40 1993 K. Richard Pixley ([email protected]) ! 207: ! 208: * Makefile.in (TAGS): make work when srcdir != objdir. ! 209: ! 210: Sun Jun 27 15:35:31 1993 David J. Mackenzie ([email protected]) ! 211: ! 212: * cplus-dem.c (main): Add long options, including --help and ! 213: --version. ! 214: (usage): New function from code in main. ! 215: ! 216: Tue Jun 22 11:37:38 1993 Per Bothner ([email protected]) ! 217: ! 218: * config.table: New shell scipt, sourced by both ./configure,in ! 219: and ../xiberty/configure.in, to avoid maintainance lossages. ! 220: * configure.in and ../xiberty/configure.in: Use config.table. ! 221: ! 222: * configure.in: Don't use mh-aix for AIX 3.2, only for 3.1. ! 223: * configure.in: Map *-*-irix* (except irix4) to mh-sysv. ! 224: * ../xiberty/configure.in: Update from ./configure.in. ! 225: ! 226: Tue Jun 15 17:05:31 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) ! 227: ! 228: * Makefile.in: remove parentdir support ! 229: ! 230: Wed May 26 12:59:09 1993 Peter Schauer ([email protected]) ! 231: ! 232: * cplus-dem.c (xrealloc): Match definition with prototype. ! 233: ! 234: Tue May 25 14:27:51 1993 Peter Schauer ([email protected]) ! 235: ! 236: * cplus-dem.c (demangle_prefix): Demangle cfront ! 237: local variables as an extension to ARM demangling. ! 238: ! 239: Fri May 21 09:53:57 1993 Jim Kingdon ([email protected]) ! 240: ! 241: * ieee-float.c: Don't require pointers to double to be aligned. ! 242: ! 243: Tue May 18 17:12:10 1993 Fred Fish ([email protected]) ! 244: ! 245: (merge changes from [email protected]) ! 246: * cplus-dem.c (consume_count): Simplify. ! 247: * cplus-dem.c (arm_pt, demangle_class_name): New functions. ! 248: * cplus-dem.c (various): Calls to arm_pt, demangle_class_name. ! 249: ! 250: * cplus-dem.c (xmalloc, xrealloc, strstr): Make extern decls into ! 251: full prototypes. ! 252: * cplus-dem.c (free): Add prototype. ! 253: * cplus-dem.c (optable): Fully bracketize initializer. ! 254: ! 255: Fri May 14 17:13:05 1993 Per Bothner ([email protected]) ! 256: ! 257: * cplus-dem.c: Whether initial underscores are stripped ! 258: depends on the external variable prepends_underscore ! 259: (which is generated by the binutils Makefile). ! 260: ! 261: Fri May 14 07:32:20 1993 Ken Raeburn ([email protected]) ! 262: ! 263: * cplus-dem.c (mop_up, arm_special): Remove some unused variables. ! 264: ! 265: Tue May 4 20:31:59 1993 Fred Fish ([email protected]) ! 266: ! 267: * cplus-dem.c (consume_count): Return zero if arg does not ! 268: start with digit, and don't consume any input. ! 269: ! 270: Tue May 4 08:10:28 1993 Jim Kingdon ([email protected]) ! 271: ! 272: * Makefile.in (demangle): Use ${srcdir} not $^. ! 273: ! 274: * strtod.c: New file, needed at least for BSD 4.3. ! 275: ! 276: Sun May 2 11:30:42 1993 Fred Fish ([email protected]) ! 277: ! 278: * strsignal.c (sys_siglist): For ANSI compilations, type is ! 279: "const char *const". Also remove conditionalization on __STDC__ ! 280: since const is defined away for non-ANSI. ! 281: ! 282: Wed Apr 28 19:29:55 1993 Ken Raeburn ([email protected]) ! 283: ! 284: * configure.in: Recognize *-*-hpux. ! 285: * config/mh-hpux: New file. ! 286: ! 287: Tue Apr 27 15:22:19 1993 Per Bothner ([email protected]) ! 288: ! 289: * tmpnam.c: Added ANSI tmpnam() function. ! 290: * functions.def, Makefile.in: Update accordingly. ! 291: ! 292: Tue Apr 27 13:38:38 1993 Peter Schauer ([email protected]) ! 293: ! 294: * cplus-dem.c (demangle_function_name): Get the demangling of ! 295: stop__1A right. ! 296: ! 297: Fri Apr 16 23:48:24 1993 Jim Kingdon (kingdon at calvin) ! 298: ! 299: * cplus-dem.c: Declare strstr return type. ! 300: ! 301: Fri Mar 26 12:01:26 1993 Jim Kingdon ([email protected]) ! 302: ! 303: * strsignal.c: Add some AIX signals. ! 304: ! 305: Thu Mar 25 15:17:23 1993 Ian Lance Taylor ([email protected]) ! 306: ! 307: * Makefile.in (MAKEOVERRIDES): Define to be empty. ! 308: ! 309: Wed Mar 24 01:59:25 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) ! 310: ! 311: * Makefile.in: add installcheck & dvi targets ! 312: ! 313: Thu Mar 18 14:05:44 1993 Per Bothner ([email protected]) ! 314: ! 315: * ieee-float.c: New file, moved from ../gdb (since it is ! 316: needed by ../opcode/m68k-dis.c). ! 317: ! 318: Tue Mar 2 17:47:31 1993 Fred Fish ([email protected]) ! 319: ! 320: * cplus-dem.c: Replace all references to cfront with ARM. ! 321: ! 322: Fri Feb 26 00:17:07 1993 Per Bothner ([email protected]) ! 323: ! 324: * cplus-dem.c: Fix main program (when compiled with -DMAIN) ! 325: to be more useful as a filter. ! 326: ! 327: Sat Feb 20 21:41:39 1993 Brendan Kehoe ([email protected]) ! 328: ! 329: * Makefile.in (install_to_libdir, install_to_tooldir): Go into the ! 330: destination directory before running $(RANLIB), in case that ! 331: program tries to create a file in the current directory as part of ! 332: its work. ! 333: ! 334: Thu Feb 18 23:00:19 1993 John Gilmore ([email protected]) ! 335: ! 336: * strsignal.c (sys_siglist): Remove yet another *%^&%&$# "const" ! 337: because BSD 4.4 lacks one. Isn't this fun? ! 338: ! 339: Thu Feb 18 11:24:25 1993 Fred Fish ([email protected]) ! 340: ! 341: * cplus-dem.c (demangle_signature): Set func_done after ! 342: demangling a template. ! 343: * cplus-dem.c (demangle_template): Fix several small bugs ! 344: in demangling GNU style templates. ! 345: * cplus-dem.c (demangle_prefix): Fix for templates in GNU ! 346: style constructors. ! 347: * cplus-dem.c (gnu_special): Fix for templates in GNU style ! 348: static data members. ! 349: ! 350: Tue Feb 16 17:28:35 1993 Fred Fish ([email protected]) ! 351: ! 352: * cplus-dem.c (demangle_signature): Modify to include type ! 353: modifiers like static and const in remembered types. ! 354: ! 355: Thu Feb 11 22:20:47 1993 Fred Fish ([email protected]) ! 356: ! 357: * cplus-dem.c (demangled_qualified): Add new parameter that tells ! 358: whether to prepend or append the qualifiers. ! 359: * cplus-dem.c (string_prepends): Used now, remove #if 0. ! 360: * cplus-dem.c (demangle_signature): Call demangle_qualified ! 361: with prepending. ! 362: * cplus_dem.c (gnu_special): Recognize static data members that ! 363: use qualified names. ! 364: * cplus-dem.c (demangle_qualified): Accumulate qualifiers in a ! 365: temporary buffer and the prepend or append them to the result, ! 366: as specified by the new "append" flag. ! 367: * cplus-dem.c (do_type): Call demangled_qualified with ! 368: appending. ! 369: ! 370: Mon Dec 28 10:47:19 1992 Ken Raeburn ([email protected]) ! 371: ! 372: * strsignal.c (signal_table): Now const. ! 373: (init_signal_tables): Variable eip now points to const. ! 374: ! 375: * strerror.c (error_table): Now const. ! 376: (init_error_tables): Variable eip now points to const. ! 377: ! 378: Tue Dec 15 15:36:50 1992 Per Bothner ([email protected]) ! 379: ! 380: * memchr.c (memchr): New (ANSI standard) function. ! 381: * Makefile.in, functions.def: Added memchr. ! 382: * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq. ! 383: ! 384: Wed Dec 2 22:49:10 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) ! 385: ! 386: * getopt.c: remove use of USG around <alloca.h>, which never meant ! 387: anything anyway ! 388: ! 389: * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions ! 390: of USG and USGr4 ! 391: ! 392: Thu Nov 19 03:09:33 1992 Brendan Kehoe ([email protected]) ! 393: ! 394: * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character; ! 395: it's now a type according to the ANSI X3J16 working paper; output ! 396: "wchar_t" for it. ! 397: (demangle_template): Accept `w' as an integral type. ! 398: (xmalloc, xrealloc): Use `char *', not `PTR'. Cast calls to their ! 399: counterparts malloc and realloc to `char *'. ! 400: (main): Exit with a 0 status. ! 401: * Makefile.in (demangle): Don't expect the user to define ! 402: DEMANGLE, instead force to be cplus-dem.c. Look in $(srcdir)/../include ! 403: for demangle.h. Pass it any HDEFINES or XTRAFLAGS. ! 404: ! 405: Wed Nov 18 18:56:20 1992 John Gilmore ([email protected]) ! 406: ! 407: * Makefile.in (AR_FLAGS): Avoid verbosity. ! 408: * config/mh-sysv4: Remove AR_FLAGS override, use INSTALL=cp, ! 409: replace USGr4 with HAVE_SYSCONF. ! 410: * config/mh-solaris: Remove; mh-sysv4 works now. ! 411: * getpagesize.c: Replace USGr4 with HAVE_SYSCONF. ! 412: * configure.in: Simplify host matching table, remove separate ! 413: solaris config file. ! 414: ! 415: Sun Nov 15 09:35:16 1992 Fred Fish ([email protected]) ! 416: ! 417: * configure.in (i[34]86-*-solaris2*): Add, use mh-sysv4. ! 418: ! 419: Tue Nov 3 21:27:03 1992 Brendan Kehoe ([email protected]) ! 420: ! 421: * cplus-dem.c (xmalloc, xrealloc): Add decls. ! 422: (remember_type): Don't cast xmalloc. ! 423: (string_need): Likewise; don't cast xrealloc either. ! 424: ! 425: Fri Oct 23 08:52:01 1992 Ian Lance Taylor ([email protected]) ! 426: ! 427: * Makefile.in, functions.defs, rename.c: added simple ! 428: implementation of rename, since some binutils programs use it. ! 429: ! 430: Thu Oct 15 15:18:22 1992 Per Bothner ([email protected]) ! 431: ! 432: * strsignal.c: Add appropriate 'const' to sys_siglist ! 433: extern declaration (if __STDC__). (Needed for Linux.) ! 434: * strsignal.c (strsignal): Add cast to remove const-ness. ! 435: ! 436: Fri Oct 9 03:22:55 1992 John Gilmore ([email protected]) ! 437: ! 438: * Makefile.in (needed.awk, needed2.awk): Remove erroneous \'s ! 439: before "'s, diagnosed by BSD 4.4 awk. ! 440: ! 441: Thu Oct 8 15:25:12 1992 Ian Lance Taylor ([email protected]) ! 442: ! 443: * Makefile.in: create config.h and needed-list through $(CONFIG_H) ! 444: and $(NEEDED_LIST), to give some hooks for xiberty. ! 445: ! 446: Thu Oct 1 23:31:42 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) ! 447: ! 448: * configure.in: use cpu-vendor-triple instead of nested cases ! 449: ! 450: Wed Sep 30 11:26:59 1992 Per Bothner ([email protected]) ! 451: ! 452: * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c, ! 453: concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c, ! 454: getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c, ! 455: obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c, ! 456: strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c: ! 457: Convert from using GPL to LGPL. ! 458: ! 459: Sat Sep 26 04:01:30 1992 John Gilmore ([email protected]) ! 460: ! 461: * Makefile.in (errors): Leave dummy.o and dummy around so that ! 462: we can see how the needed list was generated (it's sometimes wrong). ! 463: (mostlyclean): Remove them. ! 464: ! 465: Mon Sep 21 14:50:42 1992 Ian Lance Taylor ([email protected]) ! 466: ! 467: * getcwd.c: supply a default if MAXPATHLEN is not defined. ! 468: ! 469: * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS. ! 470: ! 471: Wed Sep 9 12:41:48 1992 Ian Lance Taylor ([email protected]) ! 472: ! 473: * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works ! 474: when cross-compiling. ! 475: ! 476: Thu Sep 3 13:29:39 1992 K. Richard Pixley ([email protected]) ! 477: ! 478: * cplus-dem.c: (demangle_prefix): reduction in strength of strstr ! 479: as a time optimization. ! 480: ! 481: * cplus-dem.c (cplus_demangle): remove strpbrk test. Appears to ! 482: be more expensive than simply demangling. ! 483: ! 484: * cplus-dem.c (cplus_match): new function. ! 485: ! 486: Tue Sep 1 15:24:04 1992 Per Bothner ([email protected]) ! 487: ! 488: * cplus-dem.c: #include <stdio.h>, to define NULL. ! 489: Define current_demangling_style. ! 490: ! 491: Sun Aug 30 17:58:19 1992 Per Bothner ([email protected]) ! 492: ! 493: * cplus-dem.c: New file, moved from ../gdb. ! 494: * cplus-dem.c (set_cplus_marker_for_demangling): New exported ! 495: function, to avoid compiling in target-dependency for CPLUS_MARKER. ! 496: * cplus-dem.c (cplus_demangle): Allow demangling style option ! 497: to be passed as a parameter, but using the global variable ! 498: current_demangling_style as a default. ! 499: * Makefile.in: Update for cplus-dem.c ! 500: ! 501: Sat Aug 29 10:44:09 1992 Fred Fish ([email protected]) ! 502: ! 503: * obstack.c: Merge in comment changes from FSF version. Now ! 504: matches the FSF version exactly. ! 505: ! 506: Fri Aug 28 18:39:08 1992 John Gilmore ([email protected]) ! 507: ! 508: * obstack.c (CALL_FREEFUN): Can't use ?: with void values (at ! 509: least on losing DECstations!); use if-then-else instead. ! 510: ! 511: Wed Aug 19 14:40:34 1992 Ian Lance Taylor ([email protected]) ! 512: ! 513: * Makefile.in: always create installation directories. ! 514: ! 515: Mon Aug 10 17:33:40 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) ! 516: ! 517: * Makefile.in: clean up definition of CFILES, more comments ! 518: ! 519: Sat Aug 8 23:10:59 1992 Fred Fish ([email protected]) ! 520: ! 521: * getopt.c (my_index): Make first arg const to match strchr, ! 522: which it sometimes is remapped to. ! 523: ! 524: Sat Aug 1 13:48:50 1992 Fred Fish ([email protected]) ! 525: ! 526: * obstack.c (DEFAULT_ALIGNMENT): Update to match FSF version. ! 527: * obstack.c (_obstack_begin): Initialize use_extra_arg. ! 528: * obstack.c (_obstack_begin_1): New, from FSF version. ! 529: ! 530: Mon Jul 20 21:07:58 1992 Fred Fish ([email protected]) ! 531: ! 532: * obstack.c (CALL_CHECKFUN, CALL_FREEFUN): Use use_extra_arg and ! 533: extra_arg. ! 534: * obstack.c (_obstack_begin): Remove area_id and flags arguments ! 535: (previously added for mmalloc support, interface has changed). ! 536: Also convert flags usage to use use_extra_arg and maybe_empty_object. ! 537: ! 538: Fri Jul 10 00:41:53 1992 Fred Fish ([email protected]) ! 539: ! 540: * argv.c: Move expandargv inline and eliminate static variables. ! 541: Rewrite to always allocate in powers of two. Fix to return an ! 542: argv with a single null string arg if passed a null string. ! 543: ! 544: Fri Jul 3 20:27:29 1992 Fred Fish ([email protected]) ! 545: ! 546: * random.c, sigsetmask.c, strerror.c, strsignal.c: Remove ! 547: "(void)" casts from function calls where the return value is ! 548: ignored, in accordance with GNU coding standards. ! 549: ! 550: Mon Jun 29 10:54:19 1992 Fred Fish (fnf at cygnus.com) ! 551: ! 552: * bcopy.c, strerror.c, strsignal.c: Lint. ! 553: ! 554: Thu Jun 25 09:18:41 1992 K. Richard Pixley ([email protected]) ! 555: ! 556: * getopt.c: merge changes from make. ! 557: ! 558: Thu Jun 25 04:43:22 1992 John Gilmore (gnu at cygnus.com) ! 559: ! 560: * alloca.c: Incorporate fixes from gdb/alloca.c. ! 561: FIXME: Eventually move gdb's alloca configuration files here, ! 562: and remove gdb/alloca.c and its Makefile.in support. ! 563: ! 564: Tue Jun 23 21:56:30 1992 Fred Fish ([email protected]) ! 565: ! 566: * dummy.c: Define NOTHING to /*nothing*/, change return type ! 567: of main to int and return zero. ! 568: * functions.def: Supply NOTHING as the fourth arg to macros ! 569: that don't have an explicit arg, to satisfy picky preprocessors. ! 570: ! 571: Wed Jun 17 18:13:58 1992 Per Bothner ([email protected]) ! 572: ! 573: * Makefile.in: Clean up *clean rules, as per standards.texi. ! 574: ! 575: Tue Jun 16 16:11:59 1992 K. Richard Pixley ([email protected]) ! 576: ! 577: * getopt.c, getopt1.c: merged largely gratuitous, mostly ! 578: whitespace diffs from other prep distributions. ! 579: ! 580: Mon Jun 15 12:25:46 1992 Fred Fish ([email protected]) ! 581: ! 582: * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install, ! 583: it is broken on ncr 3000's. ! 584: ! 585: Mon Jun 15 01:03:26 1992 John Gilmore (gnu at cygnus.com) ! 586: ! 587: * sigsetmask.c: Rewrite. Old one was very confused about its ! 588: arguments and result. New one can't do much, but at least knows ! 589: what it can't do, and it's good enough for GDB's use. ! 590: ! 591: Sun Jun 14 15:17:40 1992 Stu Grossman (grossman at cygnus.com) ! 592: ! 593: * functions.def: Use proper prototype for strtoul. ! 594: ! 595: Fri Jun 12 19:22:40 1992 John Gilmore (gnu at cygnus.com) ! 596: ! 597: * Makefile.in: Add random.c. ! 598: * config/mh-*: Use "true" rather than "echo >/dev/null" for ranlib. ! 599: * configure.in: update solaris2 config. ! 600: ! 601: Wed Jun 10 16:31:29 1992 Fred Fish ([email protected]) ! 602: ! 603: * random.c: Add for random() and srandom(). ! 604: * functions.def: Add random ! 605: ! 606: Tue Jun 9 17:27:18 1992 Fred Fish ([email protected]) ! 607: ! 608: * config/{mh-ncr3000, mh-sysv4}: Add definition for INSTALL ! 609: using /usr/ucb/install. ! 610: ! 611: Mon Jun 1 13:20:17 1992 Per Bothner ([email protected]) ! 612: ! 613: * strerror.c: Kludge to guard against a conflict with ! 614: possible declaration of sys_errlist in errno.h. ! 615: ! 616: Sun May 31 15:07:47 1992 Mark Eichin (eichin at cygnus.com) ! 617: ! 618: * configure.in, config/mh-solaris: add solaris2 config support. ! 619: ! 620: Fri May 29 17:23:23 1992 Per Bothner ([email protected]) ! 621: ! 622: * sigsetmask.c: #ifdef out sigsetmask if SIG_SETMASK ! 623: is not defined (should be defined in signal.h, says Posix.). ! 624: ! 625: Mon May 18 17:35:04 1992 K. Richard Pixley ([email protected]) ! 626: ! 627: * getopt.c: merged changes from make-3.62.11. ! 628: ! 629: Fri May 8 14:53:07 1992 K. Richard Pixley ([email protected]) ! 630: ! 631: * getopt.c: merged changes from bison-1.18. ! 632: ! 633: Tue May 5 11:51:40 1992 Per Bothner ([email protected]) ! 634: ! 635: * Makefile.in: Don't have $(EXTRA_OFILES) depend on config.h, ! 636: since that introduces a circular dependency. ! 637: ($(EXTRA_OFILES) are used to build config.h.) ! 638: ! 639: * strtoul.c: Fixes to handle non-decimal bases better. ! 640: ! 641: Wed Apr 22 09:27:51 1992 Fred Fish ([email protected]) ! 642: ! 643: * config/mh-ncr3000: Replace MINUS_G with CFLAGS. ! 644: * Makefile.dos: Finish MINUS_G eradication. ! 645: * Makefile.in (CFILES): Add strsignal.c. ! 646: * Makefile.in (REQUIRED_OFILES): Add strerror.o strsignal.o ! 647: * Makefile.in (needed-list): Split creation of errors file to ! 648: separate make target. ! 649: * Makefile.in (config.h, needed2.awk, errors): New targets. ! 650: * Makefile.in (clean): Split to multiple lines, add needed2.awk ! 651: and config.h. ! 652: * dummy.c (DEFFUNC, DEFVAR): Add defines and undefs. ! 653: * functions.def (strerror): Remove from optional list. ! 654: * functions.def (sys_nerr, sys_errlist, sys_siglist): DEFVAR's ! 655: * functions.def (strerror, psignal): DEFFUNC's ! 656: * strerror.c: Rewrite from scratch to use sys_errlist only if ! 657: available, add errno_max(), add strerrno(), add strtoerrno(), ! 658: add test driver. ! 659: * strsignal.c: New file, signal equivalent to strerror.c. ! 660: Uses sys_siglist if available, defines signo_max(), strsignal(), ! 661: strsigno(), strtosigno(), psignal(), and test driver. ! 662: ! 663: Mon Apr 20 20:49:32 1992 K. Richard Pixley ([email protected]) ! 664: ! 665: * Makefile.in: do not print recursion line. ! 666: ! 667: * Makefile.in: allow CFLAGS to be passed in from command line. ! 668: Removed MINUS_G. Default CFLAGS to -g. ! 669: ! 670: Mon Apr 20 12:57:46 1992 Per Bothner ([email protected]) ! 671: ! 672: * config/mh-aix: New. EXTRA_OFILES lists copysign.o, ! 673: so libg++ users don't have to be inconvenienced by a ! 674: libc.a bug (libc.a needs copysign, but doesn't define it!). ! 675: * configure.in: Use config/mh-aix. ! 676: * strtoul.c: Handle '-' as required by ANSI. ! 677: Clean up radix handling. ! 678: * strstr.c: Fix buggy algorithm. ! 679: * Makefile.in: Change so that ${EXTRA_OFILES} is ! 680: appended to needed-list (which is used by libg++). ! 681: ! 682: Fri Apr 10 22:51:41 1992 Fred Fish ([email protected]) ! 683: ! 684: * configure.in: Recognize new ncr3000 config. ! 685: * config/mh-ncr3000: New config file. ! 686: ! 687: Wed Apr 1 23:31:43 1992 John Gilmore (gnu at cygnus.com) ! 688: ! 689: * argv.c, dummy.c: Lint. ! 690: ! 691: Tue Mar 31 18:46:44 1992 Fred Fish ([email protected]) ! 692: ! 693: * config/mh-sysv4: New config file. ! 694: * configure.in (host_makefile_frag): Set to config/mh-sysv4 for ! 695: host_os == sysv4. ! 696: * getpagesize.c: For SVR4, use sysconf(_SC_PAGESIZE) to get ! 697: pagesize. ! 698: ! 699: Sun Mar 29 12:26:42 1992 John Gilmore (gnu at cygnus.com) ! 700: ! 701: * getopt.c: Lint. ! 702: ! 703: Fri Mar 27 08:32:55 1992 Fred Fish ([email protected]) ! 704: ! 705: * functions.def (alloca): Fix return type and args to avoid ! 706: type clash with gcc's builtin alloca. ! 707: ! 708: Tue Mar 24 23:33:42 1992 K. Richard Pixley ([email protected]) ! 709: ! 710: * configure.in, config/mh-irix4: irix4 support. ! 711: ! 712: * Makefile.in, functions.def, alloca.c: added alloca. ! 713: ! 714: Tue Mar 24 17:34:46 1992 Stu Grossman (grossman at cygnus.com) ! 715: ! 716: * obstack.c (CALL_FREEFUN): Make it compile on DECstations. ! 717: ! 718: Thu Mar 19 13:57:42 1992 Fred Fish ([email protected]) ! 719: ! 720: * argv.c: Fix various external function definitions to be ! 721: correct in an ANSI compilation environment. ! 722: ! 723: Sat Mar 14 17:28:17 1992 Fred Fish ([email protected]) ! 724: ! 725: * obstack.c: Changes to support calling mmalloc functions, ! 726: which take an additional argument over malloc functions. ! 727: ! 728: Fri Mar 6 22:01:10 1992 K. Richard Pixley ([email protected]) ! 729: ! 730: * added check target. ! 731: ! 732: Thu Feb 27 22:19:39 1992 Per Bothner ([email protected]) ! 733: ! 734: * argv.c: #include alloca-conf.h (needed by AIX). ! 735: ! 736: Wed Feb 26 18:04:40 1992 K. Richard Pixley ([email protected]) ! 737: ! 738: * Makefile.in, configure.in: removed traces of namesubdir, ! 739: -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced ! 740: copyrights to '92, changed some from Cygnus to FSF. ! 741: ! 742: Sat Feb 22 01:09:21 1992 Stu Grossman (grossman at cygnus.com) ! 743: ! 744: * argv.c: Check in Fred's version which fixes problems with ! 745: alloca(). ! 746: ! 747: Fri Feb 7 21:46:08 1992 Stu Grossman (grossman at cygnus.com) ! 748: ! 749: * makefile.dos: Remove NUL to keep patch from failing. ! 750: ! 751: Thu Jan 30 22:48:41 1992 Stu Grossman (grossman at cygnus.com) ! 752: ! 753: * getopt.c (_getopt_internal): Fix usage of enum has_arg. ! 754: ! 755: Mon Jan 20 18:53:23 1992 Stu Grossman (grossman at cygnus.com) ! 756: ! 757: * getopt.c, getopt1.c, ../include/getopt.h: Get latest versions. ! 758: ! 759: Sat Jan 18 16:53:01 1992 Fred Fish (fnf at cygnus.com) ! 760: ! 761: * argv.c: New file to build and destroy standard argument ! 762: vectors from a command string. ! 763: ! 764: * Makefile.in: Add argv.c and argv.o to appropriate macros. ! 765: ! 766: Fri Dec 20 12:12:57 1991 Fred Fish (fnf at cygnus.com) ! 767: ! 768: * configure.in: Change svr4 references to sysv4. ! 769: ! 770: * rindex.c: Declare return type of externally used function ! 771: strrchr(). ! 772: ! 773: Thu Dec 19 18:35:03 1991 John Gilmore (gnu at cygnus.com) ! 774: ! 775: * Makefile.in: Remove "***" in normal output, since Make produces ! 776: this on errors, and it's convenient to search for. ! 777: ! 778: Tue Dec 17 23:21:30 1991 Per Bothner (bothner at cygnus.com) ! 779: ! 780: * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c: ! 781: New ANSI functions. The old non-ANSI functions (such as bcopy) ! 782: should be avoided. ! 783: * bcopy.c: Fix to correctly handle overlapping regions. ! 784: * index.c, rindex.c: Re-write in terms of strchr() and strrchr(). ! 785: * functions.def: Add the new functions. ! 786: * functions.def: Add 4th parameter to DEF macro, ! 787: an ansidecl.h-style prototype. ! 788: * dummy.c: Use expanded DEF macro to create a dummy function ! 789: call, with correct parameter types. (This avoids some ! 790: complaints from gcc about predefined builtins.) ! 791: ! 792: Move the functionality of config/mh-default into Makefile.in. ! 793: This avoid duplication, and simplifies things slightly. ! 794: * Makefile.in: Tweak so we don't need config/mh-default. ! 795: * README: Update. ! 796: * configure.in: No longer need config/mh-default. ! 797: * config/mh-default: Deleted. ! 798: * config/mh-sysv: Remove lines copied from old mh-default. ! 799: ! 800: Tue Dec 17 05:46:46 1991 John Gilmore (gnu at cygnus.com) ! 801: ! 802: * fdmatch.c (fdmatch): Don't compare st_rdev, which is for ! 803: 'mknod' device numbers. ! 804: ! 805: Mon Dec 16 12:25:34 1991 Fred Fish (fnf at cygnus.com) ! 806: ! 807: * fdmatch.c, Makefile.in: Add new function that takes two ! 808: open file descriptors and returns nonzero if they refer to ! 809: the same file, zero otherwise. (used in gdb) ! 810: ! 811: Wed Dec 11 17:40:39 1991 Steve Chamberlain (sac at rtl.cygnus.com) ! 812: From DJ: ! 813: * msdos.c: stub functions for dos. ! 814: * makefile.dos, configdj.bat: new. ! 815: * getopt.c: Don't include alloca-conf.h in a GO32 world. ! 816: ! 817: ! 818: Tue Dec 10 04:14:49 1991 K. Richard Pixley (rich at rtl.cygnus.com) ! 819: ! 820: * Makefile.in: infodir belongs in datadir. ! 821: ! 822: Fri Dec 6 23:26:45 1991 K. Richard Pixley (rich at rtl.cygnus.com) ! 823: ! 824: * Makefile.in: remove spaces following hyphens because bsd make ! 825: can't cope. added standards.text support. install using ! 826: INSTALL_DATA. ! 827: ! 828: * configure.in: remove commontargets as it is no longer a ! 829: recognized hook. ! 830: ! 831: Thu Dec 5 22:46:46 1991 K. Richard Pixley (rich at rtl.cygnus.com) ! 832: ! 833: * Makefile.in: idestdir and ddestdir go away. Added copyrights ! 834: and shift gpl to v2. Added ChangeLog if it didn't exist. docdir ! 835: and mandir now keyed off datadir by default. ! 836: ! 837: Fri Nov 22 19:15:29 1991 John Gilmore (gnu at cygnus.com) ! 838: ! 839: * Makefile.in: find-needed.awk does not fit in 14 chars. ! 840: ! 841: * Makefile.in: Suppress error checking when compiling the test ! 842: program, because Ultrix make/sh aborts there due to a bug. ! 843: ! 844: Fri Nov 22 12:23:17 1991 Per Bothner (bothner at cygnus.com) ! 845: ! 846: * Makefile.in: Re-did how EXTRA_OFILES is used to be more useful. ! 847: * README: Explained how the auto-configuration works, ! 848: and how to add new files and/or configurations. ! 849: ! 850: Fri Nov 22 09:45:23 1991 John Gilmore (gnu at cygnus.com) ! 851: ! 852: * strtoul.c: Avoid defining ULONG_MAX if already defined; ! 853: cast a const char * to char * for pedants. ! 854: ! 855: * getopt.c: Only define "const" after local include files get to, ! 856: and only if they haven't defined it. ! 857: ! 858: Thu Nov 21 16:58:53 1991 John Gilmore (gnu at cygnus.com) ! 859: ! 860: * getcwd.c (remove getwd.c): GNU code should call getcwd(). We ! 861: emulate it with getwd() if available. This avoids callers having ! 862: to find a MAXPATHLEN or PATH_MAX value from somewhere. ! 863: * Makefile.in, functions.def: getwd->getcwd. ! 864: * configure.in: Use generic case for every system. ! 865: * config/mh-{delta88,mach,rs6000,svr4}: Remove. ! 866: * config/mh-sysv: Use default handling, just add -DUSG. ! 867: ! 868: Thu Nov 14 10:58:05 1991 Per Bothner (bothner at cygnus.com) ! 869: ! 870: * Makefile.in, config/mh-default: Re-do make magic ! 871: so that for the default ("automatic") mode we only ! 872: compile the files we actually need. Do this using ! 873: a recursive make: The top-level generates the list ! 874: of needed files (loosely, the ones missing in libc), ! 875: and then passes that list to the recursive make. ! 876: * config/mh-mach: Remove obsolete STRERROR-{C,O} macros. ! 877: ! 878: Tue Nov 12 19:10:57 1991 John Gilmore (gnu at cygnus.com) ! 879: ! 880: RS/6000 host support (grumble). ! 881: ! 882: * configure.in: Build alloca-conf.h file from alloca-norm.h ! 883: (everything else) or alloca-botch.h (rs/6000). ! 884: * Makefile.in: Include . on the include path. ! 885: * getopt.c: Use alloca-conf.h. ! 886: * alloca-norm.h: How to declare alloca on reasonable machines. ! 887: * alloca-botch.h: How to declare alloca on braindead machines. ! 888: ! 889: Tue Nov 12 09:21:48 1991 Fred Fish (fnf at cygnus.com) ! 890: ! 891: * concat.c : New file, like concat() in gdb but can take a ! 892: variable number of arguments rather than fixed at 3 args. For ! 893: now, client applications must supply an xmalloc(), which is a ! 894: front end function to malloc() that deals with out-of-memory ! 895: conditions. ! 896: ! 897: * Makefile.in: Add concat.c and concat.o to appropriate macros. ! 898: ! 899: Sat Nov 9 13:29:59 1991 Fred Fish (fnf at cygnus.com) ! 900: ! 901: * config/mh-svr4: Add sigsetmask to list of required functions. ! 902: ! 903: Sun Nov 3 11:57:56 1991 Per Bothner (bothner at cygnus.com) ! 904: ! 905: * vsprintf.c: New file. ! 906: * functions.def, Makefile.in: Add vsprintf. ! 907: ! 908: Sun Oct 27 16:31:22 1991 John Gilmore (gnu at cygnus.com) ! 909: ! 910: * configure.in, config/mh-rs6000: Add rs/6000 host support. ! 911: * Makefile.in: Compile with debug info. ! 912: ! 913: Fri Oct 25 17:01:12 1991 Per Bothner (bothner at cygnus.com) ! 914: ! 915: * Makefile.in, configure.in, and new files: dummy.c, functions.def, ! 916: config/mf-default: Added a default configuration mode, ! 917: which includes into libiberty.a functions that are "missing" in libc. ! 918: * strdup.c, vprintf.c, vfprintf.c: New files. ! 919: ! 920: Thu Oct 24 02:29:26 1991 Fred Fish (fnf at cygnus.com) ! 921: ! 922: * config/hmake-svr4: New file. ! 923: ! 924: * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES. ! 925: ! 926: * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c, ! 927: index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New ! 928: files containing either portable C versions or emulations using ! 929: native library calls. ! 930: ! 931: * strerror.c: Add copyright, internal documentation, etc. ! 932: ! 933: * strtol.c: Replace hardwired hex constants with some more ! 934: portable macros. Remove illegal (according to gcc) cast. ! 935: ! 936: * strtoul.c: Replace hardwired hex constant with more portable ! 937: macro. ! 938: ! 939: * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments ! 940: can override them. Add new source and object file names to CFILES ! 941: and OFILES respectively. ! 942: ! 943: * configure.in: Add support for SVR4 makefile fragments. ! 944: ! 945: Tue Oct 22 19:00:23 1991 Steve Chamberlain (steve at cygnus.com) ! 946: ! 947: * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be ! 948: over-ridden by config/hmake-* ! 949: * configure.in: added m88kcvs to sysv list ! 950: ! 951: Fri Oct 4 01:29:08 1991 John Gilmore (gnu at cygnus.com) ! 952: ! 953: * Makefile.in: Most hosts need strerror, but one or two don't, ! 954: and they override these definitions in the host-dependent makefile ! 955: fragment. ! 956: * config/hmake-mach: The odd man out on strerror -- it's supplied. ! 957: * strerror.c: New file. ! 958: ! 959: * strtol.c, strtoul.c: Add strtol to libiberty, since Mach lacks ! 960: it and bfd uses it. ! 961: * configure.in, Makefile.in, config/hmake-mach: Only configure ! 962: strtol & strotoul in on Mach. ! 963: ! 964: Tue Sep 3 06:36:23 1991 John Gilmore (gnu at cygint.cygnus.com) ! 965: ! 966: * obstack.c: Merge with latest FSF version.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.