summaryrefslogtreecommitdiff
path: root/lang/ocaml/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2004-04-23de-fuzzdanw1-2/+2
2004-04-22Fix patch problem caused by embedded CVS Id.tron1-2/+2
2004-04-22Fix various issues with this package:tron1-15/+46
- split patches files - always enable threading which has various advantages - it fixes the build of the Tk library - it greatly simplifies the package list handling - it provides threading support under NetBSD 1.6/1.6.x - correct default dependence in "buildlink2.mk" to "build" Bump package revision because of all these changes.
2004-03-04Make ocalm build with tk-8.4.minskim1-1/+3
2003-07-11Regen.jtb1-2/+2
2003-07-11Remove unnecessary register store in the profiling prologue.jtb1-4/+4
2003-07-10Missed change of .mcount to __mcount in PROFILE_C.jtb1-2/+2
2003-07-10* Add support for the profiler on powerpcjtb1-3/+6
* Fix i386 profiling. NetBSD calls __mcount while FreeBSD calls .mcount
2003-06-29* Use ".L" instead of "L" as label prefix on sparcjtb1-4/+7
* For consistency use SYS_bsd for system type on powerpc. We differ from SYS_elf (presumably Linux) on a few points here anyway. * Fix signal handling on powerpc which caused a seg fault when compiling native code version of coq. * Install ocamllex.opt, camlp4o.opt and camlp4r.opt too.
2003-06-23Enable native code compilers on powerpc and sparc.jtb1-1/+5
Bump PKGREVISION.
2003-04-19Use BSD_INSTALL_* rather than 'mkdir' and 'cp' to install the files, so thatjschauma1-1/+2
it's not a problem if root has a more stringent umask. Bump PKGREVISION.
2002-08-22Update lang/ocaml to 3.06, using patch supplied by Martin Weberjschauma1-3/+3
(ephaeton at gmx dot net) in PR pkg/18023. Besten Dank! Changes from 3.04 to 3.05 (abbreviated list, full list available at http://caml.inria.fr/archives/200207/msg00558.html): Language features: - Support for polymorphic methods and record fields. - Allows _ separators in integer and float literals, e.g. 1_000_000. Type-checker: - Fixed subtle typing bug with higher-order functors. - Fixed several complexity problems; - Fixed various bugs with objects and polymorphic variants. Bytecode compiler: - Fixed issue with ocamlc.opt and dynamic linking. Native-code compiler: - Fixed GC bug related to constant constructors of polymorphic variant types. - Fixed compilation bug for top-level "include" statements. Toplevel interactive system: - ocamlmktop: minimized possibility of name clashes with user-provided modules. Run-time system: - Better support for lazy data in the garbage collector. - Support for float formats that are neither big-endian nor little-endian - Fixed bug in callback*_exn functions in the exception-catching case. Standard library: - Protect against integer overflow in sub-string and sub-array bound checks. - New module Complex implementing arithmetic over complex numbers. - New module Scanf implementing format-based scanning a la scanf() in C. - various fixes and enhancements to existing modules Tools: - ocamldoc part of distribution - Debugger: now supports the option -I +dir. - ocamllex: supports the same identifiers as ocamlc; Changes from 3.05 to 3.06: Type-checking: - Apply value restriction to polymorphic record fields. Run-time system: - Fixed GC bug affecting lazy values. Both compilers: - Added option "-version" to print just the version number. - Fixed wrong dependencies in .cmi generated with the -pack option. Native-code compiler: - Fixed wrong return value for inline bigarray assignments. Libraries: - Unix.getsockopt: make sure result is a valid boolean. Tools: - ocamlbrowser: improved error reporting;
2002-06-19Actually doing the commit:jschauma1-4/+4
> Update to version 3.04 based on patches submitted in PR#16896 by > Marko Schuetz (MarcoSchuetz at web dot de) with minor modification by > me, closing that PR. (Pointed out by Takahiro Kambe)
2002-03-13Add powerpc/macppc supportjmc1-1/+2
2001-07-15Updated ocaml to version 3.01: Bugfix releasewulf1-3/+3
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo