summaryrefslogtreecommitdiffstats
path: root/otherlibs
AgeCommit message (Expand)Author
2013-04-11Attributes on Pstr_eval.Alain Frisch
2013-04-11Keep item attributes on let-binding structure items.Alain Frisch
2013-04-10Extension nodes as class field or class type field.Alain Frisch
2013-04-10Extension nodes and attributes for class types.Alain Frisch
2013-04-10Start to bring constructor names closer to concrete syntax.Alain Frisch
2013-04-09Get rid of core_field_type, more direct representation of object types.Alain Frisch
2013-03-26Align module binding with Parsetree.Alain Frisch
2013-03-25Represent exception declarations as constructor declarations in the Parsetree.Alain Frisch
2013-03-25Starting to keep attributes in the typedtree.Alain Frisch
2013-03-24PR#5934 continued: forgot to commit this in r13438Xavier Leroy
2013-03-24PR#5934: integer shift by negative amount (-1).Xavier Leroy
2013-03-22Fix PR#5953Jérémie Dimino
2013-03-19A more CamlTk-ish version.Pierre Weis
2013-03-19Details.Pierre Weis
2013-03-19PR#5933 type-specialize 'let compare = compare' on ints and stringsGabriel Scherer
2013-03-08Attributes on expresions (etc) are now stored in the expression record, to fa...Alain Frisch
2013-03-06Attributes on label in record type declarations.Alain Frisch
2013-03-06Attribute has structure/signature item.Alain Frisch
2013-03-06Record for module type declarations.Alain Frisch
2013-03-06Name is part of the value_description record.Alain Frisch
2013-03-06Type name is part of the type declaration record.Alain Frisch
2013-03-06Switch Pstr_modtype argument to a record type.Alain Frisch
2013-03-06Finish attributes on module/recursive modules in structures.Alain Frisch
2013-03-05Put name in the exception_declaration record.Alain Frisch
2013-03-05Extension as structure/signature items [%%lid expr].Alain Frisch
2013-03-04Attributes on module/module type/recursive module declarations in interfaces.Alain Frisch
2013-03-04Attributes on open/include in signatures.Alain Frisch
2013-03-04Attributes on exception declarations.Alain Frisch
2013-03-04Adding attributes on constructor declarations (type t = A [@id expr] | B [@id...Alain Frisch
2013-03-04Attributes/extensions as module types.Alain Frisch
2013-03-04Adding extension/attribute on patterns.Alain Frisch
2013-03-01Cleanup + support attributes on type declarations (syntax: type t = ... with ...Alain Frisch
2013-03-01More uniform syntax:Alain Frisch
2013-02-27Labtk now supports 8.6.Pierre Weis
2013-02-27Imported from caml_examples.Pierre Weis
2013-02-27Imported from caml_examples.Pierre Weis
2013-02-27Adding taquin (from caml_examples) to the examples.Pierre Weis
2013-02-27Some rewriting.Pierre Weis
2013-02-27Refactoring the Makefile for binary compilation.Pierre Weis
2013-02-27Get rid of spurious warnings for unused variables.Pierre Weis
2013-02-25misc: replace stat_(alloc|free|resize) occurences with caml_stat_(...).Wojciech Meyer
2013-01-29Merge short-paths into a fresh branch of trunk.Jacques Garrigue
2013-01-16PR#5840: improved documentation for 'Unix.lseek'Xavier Clerc
2013-01-13PR#5886: Small changes to compile for Android.Benedikt Meurer
2013-01-03ignore generated fileDamien Doligez
2012-12-30Prefer forward slashes to backward slashes on NT as it's more portable.Wojciech Meyer
2012-12-30WinError.h -> winerror.h. This improves cross-compilation for Windows.Wojciech Meyer
2012-12-19#5774: fix MSVC port.Alain Frisch
2012-11-09PR#5771: Add primitives for reading 2, 4, 8 bytes in strings and bigarraysFabrice Le Fessant
2012-11-06PR#5762: Add primitives for fast access to bigarray dimensionsFabrice Le Fessant