summaryrefslogtreecommitdiffstats
path: root/otherlibs
AgeCommit message (Expand)Author
2008-07-24Include a missing header.Alain Frisch
2008-07-15Enable to (old) -dlcode option by default. -nodynlink disables it.Alain Frisch
2008-07-14PR#4223, PR#1508: added unsafe variants of Bigarray.Array{1,2,3}.{get,set}Xavier Leroy
2008-07-14Improvements in socket options: added option TCP_NODELAY (PR#4484),Xavier Leroy
2008-07-09Add lazy patterns in labltkMichel Mauny
2008-07-01Support for tk8.5: correcting tk_incs.Pierre Weis
2008-05-02add support for Tcl/Tk 8.5 (but no directory autodetect)Jacques Garrigue
2008-04-22Typo.Alain Frisch
2008-04-22Typo.Alain Frisch
2008-04-22Cleanup natdynlink. Automatic initialization of Dynlink (bytecode and native ...Alain Frisch
2008-04-22Cosmetic.Alain Frisch
2008-04-16Cleanup + pass -Wl,-E to linker when linking dynlink.cma in custom mode.Alain Frisch
2008-03-07Fix compilation of ocamlbrowser.Alain Frisch
2008-02-29merge changes from 3.10.1 to 3.10.2Damien Doligez
2008-01-15Now that we compile with -DCAML_NAME_SPACE, we need to use new names here.Alain Frisch
2008-01-11merge changes 3.10.0 -> 3.10.1Damien Doligez
2008-01-04PR#4457: no need to limit each bigarray dimension to 2^31.Xavier Leroy
2008-01-04PR#4371: added conversions between big_int and int32/int64/nativeintXavier Leroy
2008-01-04PR#4457: no need to limit each bigarray dimension to 2^31.Xavier Leroy
2007-12-12"make install" must not compileDamien Doligez
2007-12-04PR#3114 make all error messages start with a location and "Error: "Damien Doligez
2007-11-23add .PHONY annotationsDamien Doligez
2007-11-22PR#4243 partial solutionDamien Doligez
2007-11-22PR#4243 partial solutionDamien Doligez
2007-11-12Do not build threads.cmxs: on some systems, it is needed to link the system t...Alain Frisch
2007-11-08Restore dependencies to Widgets.srcAlain Frisch
2007-11-08Remove spurious .dependAlain Frisch
2007-11-08Restore include dirs for X11.Alain Frisch
2007-11-08Fixes for BSD make.Alain Frisch
2007-11-07Don't use BYTECCCOMPOPTS twice.Alain Frisch
2007-11-06Merge the natdynlink branch into HEAD.Alain Frisch
2007-10-31PR#4351: try to avoid rescheduling in mutex and condvar operationsXavier Leroy
2007-10-09It works: compilers and camlp4 are fully bootstrapped. The ast magic number i...Pierre Weis
2007-10-08fusion de la version 3.10.0Damien Doligez
2007-10-08probleme avec les .dependDamien Doligez
2007-05-25PR#4292 point 3.Pierre Weis
2007-05-25Typos reported by Hendrik Tews (PR #4292) No 4, 6, 10, 11.Pierre Weis
2007-05-16ajout des annotations pour variables et appels terminauxDamien Doligez
2007-03-01Protect (partially) against tick count wrapping aroundXavier Leroy
2007-02-25Tentative fix for PR#3927. To be tested.Xavier Leroy
2007-02-25Suppressed useless calls to inchan_ready and outchan_readyXavier Leroy
2007-02-25TypoXavier Leroy
2007-02-21Bigarray.*.map_subfile replaced by an optional argument to Bigarray.*.map_fileXavier Leroy
2007-02-16Fix the otherlibs/threads/Makefile to avoid useless re-compilationsNicolas Pouillard
2007-02-12Add another target to preform the necessary links for unix.mli and unix.cmi.Pierre Weis
2007-02-12Added a -cclib before the C thread library linking command. Otherwise ocamlcPierre Weis
2007-02-12Getting rid of spurious ./ additions.Pierre Weis
2007-02-09fusion des changements 3.09.3 -> release309_merge310Damien Doligez
2007-02-07ajout VERSION + cvsignoreDamien Doligez
2007-02-07PR#4123, PR#4125: export unixsupport.h with unix_error_of_codeDamien Doligez