summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* make it work on non-unix systemsDamien Doligez2013-04-292-1/+11
* fix the buggy parser example in the Genlex documentation (issue reported by A...Gabriel Scherer2013-04-281-6/+7
* Improve message for warning 40Jacques Garrigue2013-04-268-23/+60
* Fix PR #5992Luc Maranget2013-04-255-44/+123
* Add a test for meta format %{ %}. Some corrections on (commented) expected re...Pierre Weis2013-04-251-7/+10
* Revert sprintf type. Add a new function to support %a conversions in sprintf ...Pierre Weis2013-04-252-3/+16
* Details.Pierre Weis2013-04-252-2/+5
* More PR resolved.Pierre Weis2013-04-241-0/+2
* Complete rewriting of Format.mk_printf. Convergence between Printf and Format...Pierre Weis2013-04-245-218/+227
* Exporting count_printing_arguments_of_format and add_int_index.Pierre Weis2013-04-241-0/+3
* printing of anonymous type parameters after strengtheningJacques Garrigue2013-04-244-0/+23
* PR#5973 (old @ escape was still implemented in Format) + bootstrap.Pierre Weis2013-04-234-3/+0
* log PR#5944Jacques Garrigue2013-04-231-0/+1
* Apply patch from PR#5944Jacques Garrigue2013-04-231-4/+9
* Fix PR#5997Jacques Garrigue2013-04-224-7/+58
* Fix PR#5993Jacques Garrigue2013-04-195-8/+36
* Fix PR#5989Jacques Garrigue2013-04-186-18/+86
* removed backslashes inadvertently introduced by copy-pasteDamien Doligez2013-04-181-4/+2
* PR#4978: Better wording.Wojciech Meyer2013-04-181-11/+6
* make test9 independent of the OS schedulerDamien Doligez2013-04-182-1/+14
* Under BSD, swap32 is a macro defined in some system header, so don't useDamien Doligez2013-04-181-9/+9
* Under BSD, subshells apparently inherit the -e setting.Damien Doligez2013-04-181-2/+2
* Avoid using the --strip-trailing-cr option of "diff" because it is notDamien Doligez2013-04-181-4/+1
* Large integer constants need to be suffixed by ULL to work on 32-bit machinesDamien Doligez2013-04-181-8/+8
* undo r13557Damien Doligez2013-04-180-0/+0
* try to solve end-of-line problem in reference filesDamien Doligez2013-04-180-0/+0
* Typo.Alain Frisch2013-04-181-1/+1
* PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy2013-04-1822-24/+76
* PR#5957,PR#5920,PR#5925: LongString module to workaround 32bits string size l...Gabriel Scherer2013-04-177-32/+92
* continuation of r13523Damien Doligez2013-04-131-2/+2
* ignore .exe filesDamien Doligez2013-04-131-1/+1
* make it work also on 32-bit machinesDamien Doligez2013-04-132-5/+9
* remove redundant definition of dump_schedulingDamien Doligez2013-04-131-1/+0
* do not test stack overflow on architectures that do not support itDamien Doligez2013-04-131-6/+9
* typo in commentDamien Doligez2013-04-131-1/+1
* updatesDamien Doligez2013-04-133-2/+41
* Fix PR#5981Jacques Garrigue2013-04-124-2/+60
* #5977: ensure that bootstrapping on 64-bit does not produce 64-bit constants ...Alain Frisch2013-04-094-10/+11
* PR#4978: add a warning to the Marshal module documentation about using marsha...Wojciech Meyer2013-04-041-1/+11
* add a few missing copyright headersDamien Doligez2013-04-0439-0/+468
* add compcert to the test suiteDamien Doligez2013-04-042-0/+24
* fix whitespaceDamien Doligez2013-04-041-1/+1
* remove unused fileDamien Doligez2013-04-041-311/+0
* fix stupid mistakeDamien Doligez2013-03-281-3/+3
* undo commit 13312 to keep compatibility with BSDmakeDamien Doligez2013-03-282-3/+5
* added a lot of missing newlinesDamien Doligez2013-03-281-7/+7
* reorganize and add a few testsDamien Doligez2013-03-281-29/+37
* PR#5934 continued: forgot to commit this in r13438Xavier Leroy2013-03-241-2/+2
* PR#5934: integer shift by negative amount (-1).Xavier Leroy2013-03-243-14/+9
* fix C compiler warnings and bug introduced by commit 13436Damien Doligez2013-03-224-5/+9