| Commit message (Expand) | Author | Age | Files | Lines |
* | PR#3571: in Bigarrays, call msync() before unmapping to commit changes | Xavier Leroy | 2012-04-09 | 1 | -0/+6 |
* | PR#5295: OS threads: problem with caml_c_thread_unregister() | Xavier Leroy | 2012-04-08 | 1 | -0/+1 |
* | PR#5543: in Bigarray.map_file, try to avoid using lseek() when growing file | Xavier Leroy | 2012-04-04 | 1 | -1/+2 |
* | PR#5310: Ratio.create_ratio/create_normalized_ratio have misleading names | Damien Doligez | 2012-03-31 | 1 | -2/+1 |
* | PR#5311: better message for warning 23 | Damien Doligez | 2012-03-31 | 1 | -1/+3 |
* | Fix PR#5560 | Jacques Garrigue | 2012-03-28 | 1 | -0/+1 |
* | #5397: Filename.temp_dir_name should be mutable. | Alain Frisch | 2012-03-26 | 1 | -0/+1 |
* | Splitting off the win32caml/ subdirectory (the simplistic Win32 UI for the to... | Xavier Leroy | 2012-03-24 | 1 | -1/+4 |
* | Updated documentation of Random.self_init and Random.float. | Xavier Leroy | 2012-03-23 | 1 | -2/+4 |
* | Update Changes for #5551. | Alain Frisch | 2012-03-21 | 1 | -0/+6 |
* | Improve self-initialization of the Random module, using /dev/urandom | Xavier Leroy | 2012-03-14 | 1 | -0/+2 |
* | PR#4892: non-strict behavior in Array.set | Xavier Leroy | 2012-03-14 | 1 | -0/+1 |
* | PR#5215: Marshalling of closures now supported if the closures come from dyna... | Xavier Leroy | 2012-03-13 | 1 | -0/+2 |
* | merge version 3.12 from 3.12.1 to r12205 | Damien Doligez | 2012-03-08 | 1 | -9/+45 |
* | PR#5516: in Bigarray C stubs, use C99 / GCC flexible array types if possible | Xavier Leroy | 2012-02-27 | 1 | -1/+2 |
* | PR#5513: protect against min_int / -1 crashing on x86 | Xavier Leroy | 2012-02-24 | 1 | -0/+1 |
* | PR#5511: in Bigarray.reshape, unwarranted limitation on new array dimensions | Xavier Leroy | 2012-02-21 | 1 | -0/+1 |
* | PR#5487: addition of CFI directives and a few filename/linenumber info to gen... | Xavier Leroy | 2012-02-21 | 1 | -0/+4 |
* | Reverting "PR#5504: Add Changes entry". For time being - sorry. | Wojciech Meyer | 2012-02-20 | 1 | -1/+0 |
* | Optimize away compile-time beta-redexes, as found sometimes in generated code... | Xavier Leroy | 2012-02-20 | 1 | -0/+1 |
* | PR#5394: Add Changes entry | Wojciech Meyer | 2012-02-19 | 1 | -0/+1 |
* | PR#5504: Add Changes entry | Wojciech Meyer | 2012-02-19 | 1 | -0/+1 |
* | PR#5510: Add Changes entry | Wojciech Meyer | 2012-02-19 | 1 | -0/+1 |
* | Reverting commits 12108 and 12109 concerning PR#4072. I feel the cure (makin... | Xavier Leroy | 2012-02-18 | 1 | -1/+0 |
* | - PR#5509: misclassification of statically-allocated empty array that | Xavier Leroy | 2012-02-18 | 1 | -0/+2 |
* | Fix PR#5297: compiler does not check %primitive's existence | Fabrice Le Fessant | 2012-02-18 | 1 | -0/+1 |
* | Fix Changes for last commit | Fabrice Le Fessant | 2012-02-18 | 1 | -0/+1 |
* | PR#5064, PR#5485: try to ensure that 4K words of stack are available | Xavier Leroy | 2012-02-17 | 1 | -0/+4 |
* | PR#5503: error when ocamlbuild is passed an absolute path as build directory | Xavier Clerc | 2012-02-15 | 1 | -0/+1 |
* | More renaming to OCaml | Damien Doligez | 2012-02-10 | 1 | -1/+1 |
* | Merge the new ARM backend into trunk (PR#5433). | Benedikt Meurer | 2012-02-04 | 1 | -0/+6 |
* | cut long lines | Damien Doligez | 2012-02-03 | 1 | -1/+2 |
* | Fix PR#5498 | Jacques Garrigue | 2012-02-03 | 1 | -0/+2 |
* | Update Changes for last commit | Fabrice Le Fessant | 2012-02-01 | 1 | -1/+2 |
* | Backported '%apply' and '%revapply' from 3.12.1+dev to 3.13+dev | Fabrice Le Fessant | 2012-01-23 | 1 | -0/+2 |
* | Update Changes. | Alain Frisch | 2012-01-18 | 1 | -1/+3 |
* | PR#5199: tests are run only for bytecode if either native support is missing, | Xavier Clerc | 2012-01-18 | 1 | -0/+2 |
* | Fix PR#5461 | Fabrice Le Fessant | 2012-01-17 | 1 | -0/+1 |
* | Fix PR#5475 | Fabrice Le Fessant | 2012-01-17 | 1 | -0/+1 |
* | Fix PR#5479 | Fabrice Le Fessant | 2012-01-17 | 1 | -0/+1 |
* | PR#4688: (Windows) special floating-point values aren't converted to strings ... | Alain Frisch | 2012-01-16 | 1 | -0/+1 |
* | #5478: Update Changes. | Alain Frisch | 2012-01-16 | 1 | -0/+1 |
* | More efficient implementation of {Set,Map}.{filter,partition} | Xavier Leroy | 2012-01-16 | 1 | -4/+5 |
* | I messed up the distinction between "Bug fixes" and "Feature wishes". Repair... | Xavier Leroy | 2012-01-14 | 1 | -9/+10 |
* | PR#5327, PR#5329: improvements in Unix.select emulation | Xavier Leroy | 2012-01-14 | 1 | -8/+10 |
* | Fix bug #5476: native code compilation of let rec on float arrays | Fabrice Le Fessant | 2012-01-13 | 1 | -2/+3 |
* | fix PR#5469 | Jacques Garrigue | 2012-01-10 | 1 | -1/+1 |
* | Fix bug #3888 (String.map and Scanf.unescaped) | Fabrice Le Fessant | 2012-01-08 | 1 | -0/+2 |
* | Fix of #5467: no extern C in header files | Fabrice Le Fessant | 2012-01-07 | 1 | -1/+2 |
* | PR#4549: make Filename.dirname/basename POSIX compliant | Damien Doligez | 2012-01-06 | 1 | -1/+1 |