1. 30 Sep, 2001 6 commits
    • * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test. · ab17715d
      From-SVN: r45900
      Neil Booth committed
    • cpphash.h (POOL_ALIGN, [...]): Remove. · 8c3b2693
      	* cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE,
      	POOL_SIZE, POOL_ROOM, POOL_COMMIT, struct cpp_chunk,
      	struct cpp_pool, _cpp_init_pool, _cpp_free_pool, _cpp_pool_reserve,
      	_cpp_pool_alloc, _cpp_next_chunk): Remove.
      	(_cpp_extend_buff, BUFF_ROOM): Update.
      	(_cpp_append_extend_buff): New.
      	(struct cpp_reader): Remove macro_pool, add a_buff.
      	* cppinit.c (cpp_create_reader): Initialize a_buff, instead of
      	macro_pool.
      	(cpp_destroy): Free a_buff instead of macro_pool.
      	* cpplex.c (new_chunk, chunk_suitable, _cpp_next_chunk,
      	new_chunk, _cpp_init_pool, _cpp_free_pool, _cpp_pool_reserve,
      	_cpp_pool_alloc, ): Remove.
      	(parse_number, parse_string): Update use of _cpp_extend_buff.
      	(_cpp_extend_buff): Update.
      	(_cpp_append_extend_buff, cpp_aligned_alloc): New.
      	* cpplib.c (glue_header_name, parse_answer):
      	Update use of _cpp_extend_buff.
      	(cpp_register_pragma, cpp_register_pragma_space): Use
      	_cpp_aligned_alloc.
      	(do_assert, do_unassert): Check for EOL, update.
      	* cppmacro.c (stringify_arg, collect_args): Update to use
      	_cpp_extend_buff and _cpp_append_extend_buff.
      	(save_parameter, parse_params, alloc_expansion_token,
      	_cpp_create_definition): Rework memory management.
      
      	* gcc.dg/cpp/redef2.c: Add test.
      
      From-SVN: r45899
      Neil Booth committed
    • re PR libgcj/4383 (file: protocol not supported in URLConnection?) · 218e1e91
      	PR libgcj/4383
      
      	* gnu/gcj/protocol/file/Connection.java (connect): Throw
      	FileNotFoundException if appropriate.
      	* gnu/gcj/protocol/file/Handler.java (openConnection): Throw an
      	IOException if we got a file: url with a hostname. Comment out protocol
      	switch to ftp for now.
      	* java/net/URL.java (URL): Include protocol name in exception
      	message
      	when handler can't be found.
      
      From-SVN: r45898
      Bryce McKinlay committed
    • Daily bump. · fa829038
      From-SVN: r45896
      GCC Administrator committed
    • natClass.cc (_Jv_IsAssignableFrom): Handle the case of an uninitialized target class. · 84447668
              * java/lang/natClass.cc (_Jv_IsAssignableFrom): Handle the case of
              an uninitialized target class.
      
      From-SVN: r45893
      Bryce McKinlay committed
    • xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): Don't update md_exec_prefix. · ed9fca3f
      * config/i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): Don't
      update md_exec_prefix.
      (UPDATE_PATH_HOST_CANONICALIZE): Don't free PATH as it can point
      to string constant.
      
      From-SVN: r45892
      Andris Pavenis committed
  2. 29 Sep, 2001 18 commits
  3. 28 Sep, 2001 13 commits
  4. 27 Sep, 2001 3 commits
    • *: Add Doxygen hooks. · 2f9d51b8
      2001-09-27  Phil Edwards  <pme@gcc.gnu.org>
      
      	* include/std/*:  Add Doxygen hooks.
      	* docs/doxygen/Intro.3:  New file, general intro to the man pages.
      	* docs/doxygen/mainpage.doxy:  Formatting tweaks.  List our own links
      	rather than using a generated index.
      	* docs/doxygen/user.cfg.in:  Disable the index, enable man pages.
      	* docs/doxygen/run_doxygen:  Massage the generated man pages, using...
      	* docs/doxygen/stdheader.cc:  ...this new file.
      
      From-SVN: r45850
      Phil Edwards committed
    • (FUNCTION_VALUE): Change hardcoded 33 and 3 to macros. · e9cf9523
      LIBCALL_VALUE: Likewise.
      
      From-SVN: r45849
      Aldy Hernandez committed
    • libiberty.texi: (Top level): Add syncodeindex pg. · e922f978
      * libiberty.texi: (Top level): Add syncodeindex pg.  Add
      @dircategory and @direntry directives.  Add @finalout.
      (many nodes): Lose the next,prev,up pointers on the @nide line.
      (Using, Supplemental Functions, Replacement Functions): Fix
      markup.
      (Functions): Move around, to allow makeinfo to build the manual
      without next,prev,up pointers in thye node lines.
      (Licenses): Fix typos.
      
      * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
      strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
      * functions.texi: Regenerate.
      
      * copying-lib.texi: Lose the next,prev,up pointers on the @node
      line.
      
      From-SVN: r45847
      Eli Zaretskii committed