1. 29 Sep, 2001 7 commits
  2. 28 Sep, 2001 13 commits
  3. 27 Sep, 2001 14 commits
  4. 26 Sep, 2001 6 commits
    • DataInputStream.java (readChar): Use readFully. · 1685382e
      	* java/io/DataInputStream.java (readChar): Use readFully.
      	(readInt): Likewise.
      	(readLong): Likewise.
      	(readShort): Likewise.
      	(readUnsignedShort): Likewise.
      
      From-SVN: r45834
      Tom Tromey committed
    • cpphash.h (struct cpp_pool): Remove locks and locked. · 1e013d2e
      	* cpphash.h (struct cpp_pool): Remove locks and locked.
      	(struct cpp_context): Add member buff.
      	(struct cpp_reader): Remove member argument_pool.
      	(_cpp_lock_pool, _cpp_unlock_pool): Remove.
      	* cppinit.c (cpp_create_reader, cpp_destroy): Argument_pool is dead.
      	* cpplex.c (chunk_suitable): Remove pool argument.
      	(MIN_BUFF_SIZE, BUFF_SIZE_UPPER_BOUND, EXTENDED_BUFF_SIZE): New.
      	(new_buff, _cpp_extend_buff): Update.
      	(_cpp_get_buff): Fix silly pointer bug.  Be more selective about
      	which buffer is returned.
      	(_cpp_next_chunk, _cpp_init_pool): Pool locking removed.
      	(_cpp_lock_pool, _cpp_unlock_pool): Remove.
      	* cppmacro.c (lock_pools, unlock_pools): Remove.
      	(push_ptoken_context): Take a _cpp_buff.
      	(enter_macro_context): Pool locking removed.
      	(replace_args): Use a _cpp_buff for the replacement list with
      	arguments replaced.
      	(push_token_context): Clear buff.
      	(expand_arg): Use _cpp_pop_context.
      	(_cpp_pop_context): Free a context's buffer, if any.
      
      From-SVN: r45833
      Neil Booth committed
    • Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for RANLIB. · 0c055e34
      * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
      RANLIB.
      
      From-SVN: r45832
      Alexandre Oliva committed
    • * c-typeck.c (digest_init): Check for sizeless arrays. · a63f73f8
      From-SVN: r45831
      DJ Delorie committed
    • optabs.c (init_one_libfunc): Create a dummy function type instead of using error_mark_node. · 9c2f7166
              * optabs.c (init_one_libfunc): Create a dummy function type
              instead of using error_mark_node.
      
      From-SVN: r45830
      Richard Henderson committed
    • configure.in (MAKEINFO, PERL): Detect these. · aaa5f039
      * configure.in (MAKEINFO, PERL): Detect these.
      (--enable-maintainer-mode): Add.
      * configure: Regenerate.
      * Makefile.in (MAKEINFO, PERL): Define.
      (libiberty.info, libiberty.dvi, libiberty.html): New.
      (CFILES): Add bsearch.c.
      (CONFIGURED_OFILES): New, list of objects configure might add.
      (maint-missing, maint-buildall): New, for maintainers only.
      (clean, mostlyclean): Add info/dvi/html files.
      * libiberty.texi, copying-lib.texi, obstacks.texi, functions.texi: New.
      * gather-docs: New, for maintainers.
      * maint-tool: New, for maintainers.
      * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c,
      bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
      getpagesize.c, getpwd.c, index.c, memchr.c, memcmp.c, memcpy.c,
      memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c,
      sigsetmask.c, strcasecmp.c, strchr.c, strdup.c, strerror.c,
      strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
      tmpnam.c, vfork.c, vprintf.c, waitpid.c, xatexit.c, xexit.c,
      xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
      documentation.
      
      Co-Authored-By: Phil Edwards <pedwards@disaster.jaj.com>
      
      From-SVN: r45828
      DJ Delorie committed