summaryrefslogtreecommitdiff
path: root/otherlibs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | PR#5325 ("remove" solution).Xavier Leroy2011-12-282-31/+0
* | PR#5179: giant steps towards a Mingw64 port.Xavier Leroy2011-12-212-4/+4
* | Fix #5382: EOPNOTSUPP and ENOTSUPP different on exotic platforms (Solaris, GN...Jonathan Protzenko2011-12-211-1/+10
* | Fix #5434: implement times in win32unix (partially).Jonathan Protzenko2011-12-213-4/+37
| * Create a branch to experiment with better warnings on unused declarations.Alain Frisch2011-12-217-0/+0
|/
* Cosmetic: old-style K&R function -> new style prototyped functionXavier Leroy2011-12-201-3/+1
* PR#5416: better implementation of set/clear_close_on_execXavier Leroy2011-12-201-8/+5
* Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS.Xavier Leroy2011-12-181-1/+1
* Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS.Xavier Leroy2011-12-172-45/+0
* The "DBM" library (interface with Unix DBM key-value stores) is noXavier Leroy2011-12-176-339/+0
* Doc.Alain Frisch2011-12-132-2/+2
* #5420: fix.Alain Frisch2011-12-131-4/+4
* #5420: adding a O_SHARE_DELETE flag to Unix.openfile, for enabling FILE_SHARE...Alain Frisch2011-12-137-5/+15
* PR#5306: comparing values of type Thread.tXavier Leroy2011-12-131-1/+8
* merge branches/located_errorsJacques Garrigue2011-10-212-1/+3
|\
| * Create a branch to experiment with improving locations of errors.Alain Frisch2010-05-214-0/+0
* | PR#5328: Windows, Unix.select and non-blocking sockets (untested patch)Xavier Leroy2011-10-153-5/+5
* | Keep type variable namesJacques Garrigue2011-09-221-2/+2