Age | Commit message (Expand) | Author | Files | Lines |
1999-10-23 | hashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, chang... | Zack Weinberg | 2 | -1/+45 |
1999-10-19 | cplus-dem.c (INTBUF_SIZE): New macro. | Mark Mitchell | 3 | -107/+172 |
1999-10-18 | * calloc.c: Add a public domain notice. | Kaveh R. Ghazi | 2 | -0/+7 |
1999-10-18 | * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly. | Philippe De Muyter | 2 | -0/+6 |
1999-10-15 | Makefile.in (CFILES): Add hashtab.c | Vladimir Makarov | 3 | -3/+302 |
1999-10-13 | basename.c (DIR_SEPARATOR): New macro. | Mumit Khan | 2 | -5/+42 |
1999-10-11 | cplus-dem.c (do_type): Handle pointer to member types whose enclosing classes... | Mark Mitchell | 3 | -1/+23 |
1999-10-10 | * config.table: Provide a backup shell for executing move-if-change. | Marc Espie | 2 | -1/+5 |
1999-10-03 | xmalloc.c (xmalloc): Fix spelling error. | Mark Mitchell | 2 | -6/+11 |
1999-10-02 | cplus-dem.c (fancy_abort, [...]): Add prototype. | Kaveh R. Ghazi | 2 | -8/+39 |
1999-09-27 | alloca-conf.h (alloca): Don't use Gcc builtin or <alloca.h>. | Richard Henderson | 6 | -8/+51 |
1999-09-25 | libiberty.h (make_temp_file): Add a prototype. | Kaveh R. Ghazi | 2 | -4/+6 |
1999-09-09 | * xmemdup.c: Include sys/types.h. | Kaveh R. Ghazi | 2 | -0/+6 |
1999-09-08 | xmemdup.c: New xmemdup function. | Jeff Garzik | 5 | -4/+30 |
1999-09-07 | config.table: Add openedition target. | Linas Vepstas | 3 | -0/+9 |
1999-09-02 | * pexecute.c (pexecute): Fill in temp_base when needed. | Marc Espie | 2 | -0/+6 |
1999-08-31 | * getpwd.c: Check HAVE_GETCWD before defining it away. | Richard Henderson | 2 | -5/+7 |
1999-08-31 | Makefile.in (CFILES): Add calloc.c and getpwd.c. | Kaveh R. Ghazi | 6 | -6/+138 |
1999-08-25 | Warning fixes: | Kaveh R. Ghazi | 2 | -5/+15 |
1999-08-24 | * strtoul.c (strtoul): Add parentheses around && within ||. | Philippe De Muyter | 2 | -1/+5 |
1999-08-06 | Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, libdir, libsubdir a... | Daniel Jacobowitz | 2 | -1/+11 |
1999-08-02 | * splay-tree.h (splay_tree_insert): Return the new node. | Mark Mitchell | 2 | -2/+8 |
1999-07-26 | splay-tree.c (splay_tree_insert): Add initialization to avoid warning. | Ian Lance Taylor | 2 | -2/+7 |
1999-07-14 | argv.c: Include stdlib.h and string.h instead of prototyping directly. | Richard Henderson | 3 | -6/+11 |
1999-07-12 | * Makefile.in (NEEDED): Add bcmp, bcopy, bzero. | Jason Merrill | 2 | -1/+5 |
1999-07-07 | tweak | Jason Merrill | 1 | -5/+6 |
1999-07-07 | Makefile.in (needed-list): Only include stuff we actually need for libstdc++. | Jason Merrill | 2 | -6/+18 |
1999-06-24 | Whoops. Revert patch applied to the wrong tre. | Jeff Law | 3 | -9/+0 |
1999-06-24 | setenv.c (sys/types.h, stdio.h): Files included. | Philippe De Muyter | 3 | -0/+9 |
1999-06-20 | configure.in (checkfuncs): Add gettimeofday. | Andreas Schwab | 4 | -4/+21 |
1999-06-20 | configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails. | Mumit Khan | 2 | -45/+61 |
1999-06-20 | configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails. | Mumit Khan | 1 | -0/+6 |
1999-06-10 | Mike Stump <mrs@wrs.com> | Mike Stump | 2 | -0/+6 |
1999-05-28 | putenv.c: Include ansidecl.h to define `const'. | Kaveh R. Ghazi | 3 | -1/+10 |
1999-05-26 | Forgot to commit. | Jeff Law | 1 | -0/+6 |
1999-05-25 | Makefile.in (CFILES): Add putenv.c and setenv.c. | Jeff Law | 5 | -73/+302 |
1999-05-25 | getcwd.c (getcwd): If pathname is NULL, then obtain SIZE bytes of space using... | Melissa O'Neill | 1 | -0/+10 |
1999-05-25 | getcwd.c (getcwd): If pathname is NULL, then obtain SIZE bytes of space using... | Melissa O'Neill | 1 | -0/+5 |
1999-05-16 | cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance the *mangled ... | Stu Grossman | 2 | -6/+14 |
1999-05-12 | * tmpnam.c (L_tmpnam): Fix typo. | Michael Hayes | 2 | -1/+5 |
1999-05-12 | cplus-dem.c (standard_symbol_characters): Renamed from standard_symbol_alphabet. | Marc Espie | 2 | -26/+24 |
1999-05-11 | *** empty log message *** | Jim Blandy | 1 | -0/+6 |
1999-05-11 | cplus-dem.c (main): Use table lookup to distinguish identifier characters fro... | Jim Blandy | 1 | -5/+80 |
1999-05-06 | Fred Fish <fnf@be.com> | Fred Fish | 4 | -4/+11 |
1999-04-25 | configure.in (alloca detection): Handle alloca directly for interix. | Donn Terry | 3 | -40/+87 |
1999-04-24 | * choose-temp.c (DIR_SEPARATOR): Use '\\' only for native windows32. | Mumit Khan | 2 | -1/+5 |
1999-04-20 | *** empty log message *** | Jim Blandy | 1 | -0/+9 |
1999-04-20 | Fix from Dale Hawkins: | Jim Blandy | 1 | -1/+10 |
1999-04-15 | configure.in (checkfuncs): Check for sbrk. | Mumit Khan | 5 | -60/+129 |
1999-04-12 | *** empty log message *** | Jim Blandy | 1 | -0/+6 |