1. 26 Oct, 2006 1 commit
  2. 25 Oct, 2006 1 commit
  3. 10 Oct, 2006 1 commit
    • --(top level)-------------------------------------------- · b5422ad7
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.def: Added pdf target handling.
      	* Makefile.tpl: Added pdf target handling.
      	* Makefile.in: Regenerated.
      
      ---fixincludes--------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---gcc----------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* configure.ac: Added pdf to "Make-hooks"
      	* Makefile.in: Added TEXI2PDF definition, and various pdf-file
      	targets and *.pdf file patterns in cleanup targets.
      	* configure: Regenerated.
      
      ---gcc/cp-------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "c++.pdf" target support.
      
      ---gcc/fortran--------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "fortran.pdf", "gfortran.pdf" target
      	support.
      
      ---gcc/java-----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "java.pdf", "gcj.pdf" target support.
      
      ---gcc/objc-----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added empty "objc.pdf" target.
      
      ---gcc/objcp----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added empty "obj-c++.pdf" target.
      
      ---gcc/treelang-------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Make-lang.in: Added "treelang.pdf" target support.
      
      ---gnattools----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---libcpp-------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---libdecnumber-------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      ---libiberty----------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added "pdf", "libiberty.pdf" target support.
      	* testsuite/Makefile.in: Added empty "pdf" target.
      
      ---libobjc------------------------------------------------
      
      2006-10-10  Brooks Moses  <bmoses@stanford.edu>
      
      	* Makefile.in: Added empty "pdf" target.
      
      From-SVN: r117618
      Brooks Moses committed
  4. 22 Sep, 2006 1 commit
  5. 12 Sep, 2006 1 commit
  6. 30 Aug, 2006 1 commit
  7. 27 Aug, 2006 2 commits
  8. 27 Jul, 2006 1 commit
  9. 04 Jul, 2006 1 commit
    • ltconfig: chmod 644 before ranlib during install. · 706601d9
      ChangeLog:
      * ltconfig: chmod 644 before ranlib during install.
      libiberty/ChangeLog:
      * Makefile.in: chmod 644 before ranlib during install.
      gcc/ChangeLog:
      * mklibgcc.in: chmod 644 before ranlib during install.
      libjava/classpath/ChangeLog:
      * ltconfig: chmod 644 before ranlib during install.
      
      From-SVN: r115183
      Peter O'Gorman committed
  10. 02 Jun, 2006 1 commit
  11. 01 Jun, 2006 1 commit
    • Patch to provide pex_run_in_environment. · ea60341e
      	* include/libiberty.h: Declare pex_run_in_environment.
      
      libiberty:
      
      	* pex-common.c: New function pex_run_in_environment.
      	* pex-common.h: Add environment parameter to exec_child.
      	* pex-msdos.c: Add environment parameter to pex_msdos_exec_child.
      	* pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child.
      	(pex_djgpp_exec_child): Pass environment to child process.
      	* pex-unix.c: Add environment parameter to pex_unix_exec_child.
      	(pex_unix_exec_child): Pass environment to child process.
      	* pex-win32.c: Add environment parameter to pex_win32_exec_child.
      	New function env_compare for comparing VAR=VALUE pairs.
      	(win32_spawn): Assemble environment block and pass to CreateProcess.
      	(spawn_script): Pass environment through to win32_spawn.
      	(pex_win32_exec_child): Pass environment through to spawn_script and
      	win32_spawn.
      	* functions.texi: Regenerate.
      	* pexecute.txh: Document pex_run_in_environment.
      
      From-SVN: r114302
      Mark Shinwell committed
  12. 28 May, 2006 1 commit
  13. 12 May, 2006 1 commit
  14. 24 Apr, 2006 1 commit
  15. 12 Apr, 2006 2 commits
    • pex-common.c (pex_input_file, [...]): New functions. · 8eff378c
      src/libiberty/ChangeLog:
      2006-03-29  Jim Blandy  <jimb@codesourcery.com>
      
      	* pex-common.c (pex_input_file, pex_input_pipe): New functions.
      	(pex_init_common): Initialize obj->input_file.
      	(pex_run): Close any file opened by pex_input_file.
      	* pexecute.txh (pex_input_file, pex_input_pipe): New docs.
      	* pex-common.h (struct pex_obj): New field input_file.
      	(struct pex_funcs): New function ptr fdopenw.
      	* pex-unix.c (pex_unix_fdopenw): New function.
      	(funcs): List it as our fdopenw function.
      	* pex-win32.c (pex_win32_fdopenw): New function.
      	(funcs): List it as our fdopenw function.
      	* pex-djgpp.c (funcs): Leave fdopenw null.
      	* pex-msdos (funcs): Same.
      	* functions.texi: Regenerated.
      
      src/include/ChangeLog:
      2006-04-10  Jim Blandy  <jimb@codesourcery.com>
      
      	* libiberty.h (pex_input_file, pex_input_pipe): New declarations.
      
      From-SVN: r112883
      Jim Blandy committed
    • pex-common.c (temp_file): New function, containing guts of pex-style temporary… · 5ea49f9c
      pex-common.c (temp_file): New function, containing guts of pex-style temporary file name generation.
      
      2006-04-10  Jim Blandy  <jimb@codesourcery.com>
      
      	* pex-common.c (temp_file): New function, containing guts of
      	pex-style temporary file name generation.
      	(pex_run): Use it.
      
      From-SVN: r112882
      Jim Blandy committed
  16. 06 Apr, 2006 1 commit
  17. 31 Mar, 2006 1 commit
    • pex-win32.c (<errno.h>): Include. · bd9e7c5c
      	* pex-win32.c (<errno.h>): Include.
      	(fix_argv): Remove.
      	(argv_to_cmdline): New function.
      	(std_suffixes): New variable.
      	(no_suffixes): Likewise.
      	(find_executable): New function.
      	(win32_spawn): Likewise.
      	(spawn_script): Use win32_spawn instead of _spawnv[p].
      	(pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
      	(pex_win32_wait): Likewise.
      
      From-SVN: r112592
      Mark Mitchell committed
  18. 24 Mar, 2006 1 commit
  19. 13 Mar, 2006 2 commits
  20. 21 Feb, 2006 2 commits
  21. 11 Feb, 2006 1 commit
  22. 29 Jan, 2006 1 commit
  23. 20 Jan, 2006 1 commit
    • Makefile.in: Add test-expandargv test. · 974c2c56
      libiberty/
      
      2006-01-20  Carlos O'Donell  <carlos@codesourcery.com>
      
      	* testsuite/Makefile.in: Add test-expandargv test.
      	* testsuite/test-expandargv.c: New test.
      	* argv.c (expandargv): Check for errors with ferror,
      	rather than just by looking at return value from fread.
      
      From-SVN: r110047
      Carlos O'Donell committed
  24. 17 Dec, 2005 1 commit
  25. 11 Dec, 2005 1 commit
  26. 07 Nov, 2005 1 commit
  27. 31 Oct, 2005 1 commit
  28. 07 Oct, 2005 1 commit
  29. 04 Oct, 2005 1 commit
  30. 27 Sep, 2005 1 commit
  31. 26 Sep, 2005 2 commits
  32. 15 Sep, 2005 1 commit
    • pex-win32.c: Include "windows.h". · 0d676b85
      * pex-win32.c: Include "windows.h".
      (backslashify): New function.
      (fix_argv): Use backslashify to convert path to windows format.  Allocate one
      more place in new argv for potential executable from '#!' parsing.
      (tack_on_executable): New function.  Conditional on USE_MINGW_MSYS
      (openkey): Ditto.
      (mingw_rootify): Ditto.
      (msys_rootify): Ditto.
      (spawn_script): New function.
      (pex_win32_exec_child): Save translated argv in newargv.  Pass to spawn_script
      if spawnv* fails.
      (main): New function.  Conditional on MAIN.  Useful for testing.
      
      From-SVN: r104292
      Christopher Faylor committed
  33. 17 Aug, 2005 2 commits
    • floatformat.c (floatformat_always_valid): Change type of last argument to `void *'. · e89b6c1c
      [libiberty]
      * floatformat.c (floatformat_always_valid): Change type of last
      argument to `void *'.
      (floatformat_i387_ext_is_valid): Likewise.
      (floatformat_to_double): Change type of second argument to `const
      void *'.
      (floatformat_from_double): Change type of last argument to `void
      *'.
      (floatformat_is_valid): Change type of last argument to `const
      void *'.
      (ieee_test): Remove redundant casts.
      [include]
      * floatformat.h (struct floatformat): Change type of large
      argument for is_valid member to `const void *'.
      (floatformat_to_double): Change type of second argument to `const
      void *'.
      (floatformat_from_double): Change type of last argument to `void
      *'.
      (floatformat_is_valid): Change type of last argument to `const
      void *'.
      
      From-SVN: r103218
      Mark Kettenis committed
    • strverscmp.c: Update FSF address. · 0cbe2a68
      2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* strverscmp.c: Update FSF address.
      	* testsuite/Makefile.in: Likewise.
      	* testsuite/test-demangle.c: Likewise.
      	* testsuite/test-pexecute.c: Likewise.
      
      From-SVN: r103199
      Kelley Cook committed
  34. 23 Jul, 2005 1 commit