| Commit message (Expand) | Author | Age | Files | Lines |
* | fine-grained control of warnings -- cont | Damien Doligez | 2009-11-02 | 1 | -1/+1 |
* | Treat these GIF files as binary data | Xavier Leroy | 2009-10-18 | 5 | -0/+0 |
* | Variable err is initialized to 0. | Pierre Weis | 2009-09-25 | 1 | -1/+1 |
* | Les fonctions internal_tracevis et internal_tracedestroy sont mal declarees. | Pierre Weis | 2009-09-25 | 3 | -64/+67 |
* | As discussed at the latest consortium meeting: | Xavier Leroy | 2009-09-12 | 1 | -1/+1 |
* | merge changes from ocaml3111rc0 to ocaml3111 | Damien Doligez | 2009-07-20 | 7 | -12/+23 |
* | resolve name clash with ossp-str | Damien Doligez | 2009-07-16 | 2 | -0/+2 |
* | Added option -no-app-funct to turn off applicative functors | Xavier Leroy | 2009-07-15 | 2 | -0/+2 |
* | merge changes from ocaml3110 to ocaml3111rc0 | Damien Doligez | 2009-05-20 | 14 | -46/+65 |
* | Typo in error message | Xavier Leroy | 2009-04-16 | 1 | -1/+1 |
* | PR#3047: added Unix.setgroups, Unix.initgroups. | Xavier Leroy | 2009-04-01 | 7 | -5/+116 |
* | PR#4641: added bitwise operation to Big_int | Xavier Leroy | 2009-04-01 | 3 | -0/+334 |
* | Added testfork | Xavier Leroy | 2009-04-01 | 2 | -6/+39 |
* | PR#4638: added expm1 and log1p. | Xavier Leroy | 2009-04-01 | 1 | -0/+2 |
* | merge changes from 3.10.2merged to 3.11.0 | Damien Doligez | 2008-12-03 | 14 | -68/+217 |
* | merge changes between 3.10.2 and the end of branch 3.10 | Damien Doligez | 2008-10-08 | 2 | -20/+20 |
* | Attribution. | Xavier Leroy | 2008-10-08 | 1 | -1/+1 |
* | Forgotten include | Xavier Leroy | 2008-10-06 | 1 | -0/+1 |
* | Fixed error handling. Added credit. | Xavier Leroy | 2008-10-06 | 1 | -16/+22 |
* | Revised lockf implementation (PR#4609) | Xavier Leroy | 2008-10-03 | 1 | -166/+113 |
* | PR#4577: reinitialize thread machinery after fork | Xavier Leroy | 2008-09-27 | 1 | -1/+41 |
* | fix PR#4614 | Jacques Garrigue | 2008-09-26 | 2 | -6/+9 |
* | A better implementation for quo_num and mod_num. | Pierre Weis | 2008-09-10 | 1 | -23/+72 |
* | Clean also emacs generated ~ files. | Pierre Weis | 2008-09-10 | 1 | -2/+2 |
* | A test of pi's digits computation: one version for big_int, one version for n... | Pierre Weis | 2008-09-10 | 2 | -0/+151 |
* | Cleaning more files. Addition of a overall arithmetic test:the computation of... | Pierre Weis | 2008-09-10 | 1 | -4/+19 |
* | Spurious warnings elimination. | Pierre Weis | 2008-09-10 | 3 | -492/+729 |
* | PR#4599 better documentation of process_status | Damien Doligez | 2008-09-04 | 1 | -1/+3 |
* | Fix bug #4606 | Alain Frisch | 2008-08-28 | 1 | -4/+5 |
* | only recompile when needed | Jacques Garrigue | 2008-08-27 | 2 | -4/+4 |
* | PR#4566: bugs in approx_{ratio/num}_fix. | Xavier Leroy | 2008-08-03 | 5 | -58/+77 |
* | Implement Lazy.force as a primitive, and optimize its calls. | Michel Mauny | 2008-08-01 | 1 | -1/+2 |
* | Add IPV6_ONLY to match unix.mli | Michel Mauny | 2008-08-01 | 1 | -0/+2 |
* | PR#4536: Add socket option IPV6_V6ONLY | Xavier Leroy | 2008-08-01 | 6 | -2/+21 |
* | PR#4542: don't play with get/setpriority, call nice() directly, it's part of ... | Xavier Leroy | 2008-08-01 | 1 | -23/+3 |
* | PR#4338: tail recursion in global_substitute, global_replace, and *split* | Xavier Leroy | 2008-08-01 | 1 | -52/+65 |
* | Render unto Caesar... | Xavier Leroy | 2008-07-31 | 7 | -14/+14 |
* | Missing includes | Xavier Leroy | 2008-07-29 | 1 | -0/+2 |
* | ocamldebug under Win32 take 2 (S. Le Gall, Lexifi) | Xavier Leroy | 2008-07-29 | 6 | -0/+624 |
* | ocamldebug under Win32 (S. Le Gall, Lexifi) | Xavier Leroy | 2008-07-29 | 5 | -67/+1027 |
* | Include a missing header. | Alain Frisch | 2008-07-24 | 1 | -3/+5 |
* | Enable to (old) -dlcode option by default. -nodynlink disables it. | Alain Frisch | 2008-07-15 | 2 | -2/+2 |
* | PR#4223, PR#1508: added unsafe variants of Bigarray.Array{1,2,3}.{get,set} | Xavier Leroy | 2008-07-14 | 2 | -5/+44 |
* | Improvements in socket options: added option TCP_NODELAY (PR#4484), | Xavier Leroy | 2008-07-14 | 7 | -402/+581 |
* | Add lazy patterns in labltk | Michel Mauny | 2008-07-09 | 2 | -0/+2 |
* | Support for tk8.5: correcting tk_incs. | Pierre Weis | 2008-07-01 | 6 | -34/+37 |
* | add support for Tcl/Tk 8.5 (but no directory autodetect) | Jacques Garrigue | 2008-05-02 | 2 | -2/+10 |
* | Typo. | Alain Frisch | 2008-04-22 | 1 | -1/+1 |
* | Typo. | Alain Frisch | 2008-04-22 | 1 | -1/+1 |
* | Cleanup natdynlink. Automatic initialization of Dynlink (bytecode and native ... | Alain Frisch | 2008-04-22 | 3 | -101/+96 |