summaryrefslogtreecommitdiff
path: root/otherlibs
Commit message (Expand)AuthorAgeFilesLines
* remove spurious whitespace at EOFDamien Doligez2012-08-093-4/+5
* PR#5715 (partial?) disabling shared libraries does not work under cygwinDamien Doligez2012-08-081-2/+2
* add some missing copyright headersDamien Doligez2012-08-0214-0/+224
* clean up TABs and whitespaceDamien Doligez2012-07-3015-150/+149
* merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez2012-07-2611-76/+107
* PR#5676: add ipv6 support on Windows.Jonathan Protzenko2012-07-1319-29/+123
* fix PR#5674: move Texp_poly and Texp_newtype to exp_extraJacques Garrigue2012-07-101-1/+0
* PR#5636: issue with pthread_atfork in glibcXavier Leroy2012-06-081-1/+1
* merge with branch bin-annotFabrice Le Fessant2012-05-3011-240/+419
* Enabled 'unused rec flag' warning.Alain Frisch2012-05-294-4/+4
* Typo.Alain Frisch2012-05-291-1/+1
* Enable and fix more warnings.Alain Frisch2012-05-298-7/+17
* Compile with warning 33, and remove unused opens.Alain Frisch2012-05-2913-14/+5
* #5586: Increase UNIX_BUFFER_SIZE.Alain Frisch2012-05-282-2/+2
* Makefile: typo in installoptopt entryXavier Leroy2012-05-212-6/+12
* Remove the 'dispose' functions from Bigarray. Xavier Leroy2012-05-063-69/+13
* - Hashtbl:Xavier Leroy2012-04-191-16/+13
* PR#5582: bad dependency on /opt/local/include/X11Xavier Leroy2012-04-191-106/+66
* PR#3571: in Bigarrays, call msync() before unmapping to commit changesXavier Leroy2012-04-094-19/+84
* PR#5295: OS threads: problem with caml_c_thread_unregister()Xavier Leroy2012-04-081-1/+4
* PR#5543: in Bigarray.map_file, try to avoid using lseek() when growing fileXavier Leroy2012-04-041-18/+56
* PR#5516 continued: it seems that some compilers define __GNUC__ yet don't imp...Xavier Leroy2012-04-032-4/+4
* PR#5310: Ratio.create_ratio/create_normalized_ratio have misleading namesDamien Doligez2012-03-311-2/+8
* PR#5215 continued: as unique ident for dynlinked bytecode units, use MD5 of ....Xavier Leroy2012-03-261-5/+12
* Follow-up on PR#5553Jacques Garrigue2012-03-232-0/+2
* Make sure we include misc.h using double-quotes so that when the files are pu...Jonathan Protzenko2012-03-222-2/+2
* PR#5215: Marshalling of closures now supported if the closures come from dyna...Xavier Leroy2012-03-131-0/+4
* merge version 3.12 from 3.12.1 to r12205Damien Doligez2012-03-081-2/+5
* Detect unused exception declarations (#5524).Alain Frisch2012-03-061-77/+81
* Keep locations for exception declaration. This gives better error messages an...Alain Frisch2012-03-062-2/+2
* PR#5516: in Bigarray C stubs, use C99 / GCC flexible array types if possibleXavier Leroy2012-02-272-7/+16
* refactoring the "read n bytes from a channel into a new string" idiomDamien Doligez2012-02-232-9/+6
* PR#5511: in Bigarray.reshape, unwarranted limitation on new array dimensionsXavier Leroy2012-02-211-1/+1
* PR#5504: Fix. Patch proposed by Stephane Glondu, thanks.Wojciech Meyer2012-02-194-4/+4
* Change "Ocaml" to "OCaml" everywhereDamien Doligez2012-02-132-2/+2
* More renaming to OCamlDamien Doligez2012-02-1023-81/+81
* add missing link in docDamien Doligez2012-02-072-7/+7
* set svn:keywords propertyDamien Doligez2012-02-071-1/+1
* Fix various compiler warnings in labltk.Benedikt Meurer2012-02-056-13/+13
* Partial fix for #5398: at least avoid an out-of-bounds access.Jonathan Protzenko2012-01-301-1/+8
* Fix #5383: Cannot build OCaml 3.12.1 Win32/MSVCJonathan Protzenko2012-01-301-0/+1
* cut long linesDamien Doligez2012-01-231-12/+23
* Merge branch 'pending'Jonathan Protzenko2012-01-181-1/+7
* Fix #5421: do not leak fds in various open_proc* functions.Jonathan Protzenko2012-01-181-20/+47
* Merge the unused_declarations branch.Alain Frisch2012-01-181-0/+31
|\
| * Synchronize with trunk.unused_declarationsAlain Frisch2012-01-1813-314/+489
| |\ | |/ |/|
* | Fix PR#5475Fabrice Le Fessant2012-01-171-1/+1
* | Fix PR#5479Fabrice Le Fessant2012-01-171-1/+3
* | PR#5327, PR#5329: improvements in Unix.select emulationXavier Leroy2012-01-142-265/+434
* | Remove unused constructors in the AST: Cf_let, Pcf_let.Alain Frisch2011-12-281-7/+0