summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Fix #5393: make sure -R is only passed to the linker with a BSD that has a BS...Jonathan Protzenko2011-12-211-0/+1
* cygwin is changing from Windows-based to X-based tcl/tkDamien Doligez2011-12-211-4/+0
* Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS,Xavier Leroy2011-12-171-45/+3
* The "DBM" library (interface with Unix DBM key-value stores) is noXavier Leroy2011-12-171-48/+0
* configure correctly under Mac OS 10.7 Lion (darwin11)Damien Doligez2011-08-041-9/+3
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-3/+8
* PR#3806, 4752, 5246: added "hypot" and "copysign" to Pervasives.Xavier Leroy2011-06-041-3/+3
* renaming "Objective Caml" to "OCaml" (first pass)Damien Doligez2011-04-261-12/+12
* Should choose recent versions of Tk/Tcl first.Pierre Weis2011-03-171-8/+7
* Merging with 3.12 versionPierre Weis2011-03-171-1/+7
* add option -runtime-variantDamien Doligez2011-03-171-0/+9
* merge changes from branching of 3.12 to release/3.12.0Damien Doligez2010-08-021-12/+12
* add -liberty to LIBBFD_LINKMark Shinwell2010-07-131-1/+1
* More prudent detection of natdynlink on MacOS 10.4 and 10.5Xavier Leroy2010-06-021-1/+1
* natdynlink supported on Intel / MacOS 10.4 and 10.5 platformsXavier Leroy2010-06-021-0/+1
* Update list of architectures where natdynlink is supposed to work.Alain Frisch2010-05-311-0/+5
* Natdynlink is supposed to work for host=i[3456]86-*-darwin10. in 64-bit.Alain Frisch2010-05-281-0/+4
* Typo in last commit.Alain Frisch2010-05-251-1/+1
* Typo in last commit.Alain Frisch2010-05-251-1/+1
* More explicit list of hosts where natdynlink is enabled.Alain Frisch2010-05-251-4/+14
* Decide at config time if natdynlink is supported or not, but always compile/i...Alain Frisch2010-05-251-3/+11
* PR#5033: tools/objinfo made more general.Xavier Leroy2010-05-191-0/+11
* disable shared libraries on 32-bit 10.6Damien Doligez2010-04-301-1/+10
* PR#4984: SPARC-specific code in BNG causes problems, so turn it offXavier Leroy2010-04-181-1/+0
* suppress linker warning message on Mac OS X 10.6.x / x86_64Damien Doligez2010-03-251-1/+1
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-201-8/+12
* portability for different versions of make and echoDamien Doligez2010-01-191-1/+2
* merge changes from ocaml3111rc0 to ocaml3111Damien Doligez2009-07-201-0/+6
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-201-3/+15
* PR#3047: added Unix.setgroups, Unix.initgroups.Xavier Leroy2009-04-011-0/+10
* PR#4638: added expm1 and log1p.Xavier Leroy2009-04-011-1/+8
* PR#4722 typoDamien Doligez2009-03-161-1/+1
* merge changes from 3.10.2merged to 3.11.0Damien Doligez2008-12-031-26/+30
* better test for BSD dynlinkerDamien Doligez2008-10-061-20/+16
* Configuration of dll search paths on BSD systemsPierre Weis2008-09-281-4/+20
* Makefile support to clean shared library objects.Pierre Weis2008-09-101-0/+1
* Support for tk8.5: correcting tk_incs.Pierre Weis2008-07-011-0/+3
* add support for Tcl/Tk 8.5 (but no directory autodetect)Jacques Garrigue2008-05-021-0/+1
* Drop support for the old bundle API for Mac OS X (<= 10.3).Alain Frisch2008-04-221-3/+0
* Cleanup + pass -Wl,-E to linker when linking dynlink.cma in custom mode.Alain Frisch2008-04-161-0/+2
* instruction manquanteDamien Doligez2008-01-221-0/+1
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-111-2/+14
* PR#4448: replace dense page table by sparse hash table.Xavier Leroy2008-01-031-8/+0
* [build] PACKLD is now defined in config/Makefile.Nicolas Pouillard2007-11-271-0/+1
* [configure][FIXED] Check also for libX11.dylib (PR#4446).Nicolas Pouillard2007-11-211-0/+1
* Improve -output-obj: can now build directly a dynamic library (with all the c...Alain Frisch2007-11-151-0/+6
* Cleanup and factorization of linker-related code.Alain Frisch2007-11-151-27/+21
* Use the dlopen API in priority when available under Mac OS X. For Leopard, we...Alain Frisch2007-11-121-5/+17
* PR#4180: shared library support for OpenBSDXavier Leroy2007-11-101-0/+11