Next | Query returned 53 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2010-04-24 20:40:44 by Antoine Reilles | Files touched by this commit (2) | Package updated
Log message:
Update lang/camlp5 to 5.13

The update lets camlp5 and what depends on it work with the updated ocaml.

Changes:
* Added compatibility with OCaml 3.11.2.
* Updated compatibility with OCaml 3.12.0.
* Added 'lazy' patterns (added in OCaml version 3.11).
* Fixed bug in pr_r.cmo: did not always break after "in" (in
  "let..in" statements) even with -flag l.
* Fixed bug in pr_r.cmo: missing case "#use" for structure and
  signature items.
   2009-09-03 19:29:37 by Antoine Reilles | Files touched by this commit (2)
Log message:
Update lang/camlp5 to 5.12
Changes are:
- compatibility with recent versions of ocaml
- possible use of IFDEF and IFNDEF in record labels declarations
- addition of Plexer.utf8_lexing
   2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-11-14 20:30:55 by Eric Gillespie | Files touched by this commit (1)
Log message:
Oops, undo r1.8, committed by accident.
   2008-11-14 20:28:39 by Eric Gillespie | Files touched by this commit (1)
Log message:
blank line before PLIST_SRC
   2008-06-21 08:37:52 by Antoine Reilles | Files touched by this commit (3)
Log message:
Update lang/camlp5 to 5.09

Changes:
* [05 Jun 08] Changed all '#!/bin/bash" in shells scripts into '#!/bin/sh'
  and changed all $(...) into `...` because there are compatibilities
  problems according to Unix versions.
* [31 Mar 08] Fixed bug: "let f ~_x () = ()" generated syntax error.
* [31 Mar 08] Fixed bug: "x $ y" generated syntax error (normal syntax).
* [02 Jan 08] Added compatibility with OCaml 3.10.3.
   2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993)
Log message:
Add DESTDIR support.
   2008-06-16 16:08:07 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix PLIST. Bump revision.
   2008-05-03 20:12:13 by DEGROOTE Arnaud | Files touched by this commit (1)
Log message:
camlp5 doesn't compile with MAKE_JOBS > 1. Mark it as not MAKE_JOBS_SAFE

Next | Query returned 53 messages, browsing 41 to 50 | Previous