2013-11-01 12:30:24 by Jaap Boender | Files touched by this commit (47) | |
Log message:
Revision bump associated with the update of lang/ocaml to version 4.01.
|
2012-10-08 17:18:26 by Jaap Boender | Files touched by this commit (54) | |
Log message:
Revision bump associated with the update of lang/ocaml to version 4.
|
2012-10-08 15:04:32 by Aleksej Saushev | Files touched by this commit (146) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2012-08-12 19:41:00 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update to 2.03.2, from maintainer Jaap Boender.
version 2.03.2, 2012-06-26:
===========================
o [Compilation] Compatibility with OCaml 4
version 2.03.1, 2011-03-24:
===========================
* [Calendar] Fixed bug in Calendar.prev and Fcalendar.prev: mostly raised
exception Date.Out_of_bounds before.
* [Printer] `Thurday' was printed instead of `Thursday'
version 2.03, 2010-07-05:
=========================
o [Date] new function Date.precise_sub
o [Calendar] new function Calendar.precise_sub
(from Dario Teixeira's suggestion)
* [Compilation] detect whether native dynlink works
(prevents compilation bug on Mac OS X)
version 2.02, 2009-12-11:
=========================
o [License] add the usual Ocaml linking exception in the license
o [Calendar] Calendar_sig.Period.to_time is deprecated.
Replaced by a new function Calendar_sig.Period.safe_to_time
o [Date] Date.Period.nb_days is deprecated.
Replaced by a new function Date.Period.safe_nb_days
o [Compilation] calendarLib.cmxs provided if ocaml >= 3.11 is installed
(patch of Mehdi Dogguy)
o [Date] new functions Date.make_year and Date.make_year_month
o [Date] improve memory representation of Date.Period.t
* [Compilation] remove installation of packed *.cmi
* [Compilation] bug fixed under Cygwin
* [Compilation] META files was incorrect, so "ocamlfind ocamlopt" did \
not work
* [Compilation] file date_sig.mli, time_sig.mli and calendar_sig.mli was not
properly linked
version 2.01.1, 2009-02-23:
===========================
o [Date] add a missing coercion rule for months
(e.g. "Date.make 2008 18 1" is now equal to "Date.make 2009 6 \
1")
* [Date] bug fixed in date arithmetic operations due to the missing above
feature
version 2.01, 2009-01-26:
=========================
o [Printer] new formats available for printers and parsers
- %C century: as %Y without the two last digits
- %F replace %i which is now deprecated
- %P am or pm
- %R shortcut for %H:%M
- %s number of seconds since 1970/1/1
- %z time zone in the form +hhmm (from Warren Harris' suggestion)
- %:z time zone in the form +hh:mm (from Warren Harris' suggestion)
- %::z time zone in the form +hh:mm:ss (from Warren Harris' suggestion)
- %:::z time zone in the form +hh (from Warren Harris' suggestion)
o [Printer] new paddings available for printers
- 0 (zero): pad fields with zeroes like by default
- ^: use uppercase if possible
o [Compilation] calendarLib.cma and calendarLib.cmxa are now installed
(Janne Hellsten and Guillaume Yziquel's suggestion)
* [Tests] test suite now uses Utils.Float.equal if required
(patch of Richard Jones)
* [Compilation] small bug fixed in make install
* [Compilation] support of win64 (patch of David Allsopp)
|
2011-12-06 01:19:26 by Steven Drake | Files touched by this commit (42) |
Log message:
Recursive bump for lang/ocaml buildlink addition.
|
2010-02-12 01:31:52 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
DESTDIR support
|
2009-06-14 20:18:01 by Joerg Sonnenberger | Files touched by this commit (48) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-30 03:00:11 by Zafer Aydogan | Files touched by this commit (1) | |
Log message:
update master site.
|
2008-11-01 13:09:44 by OBATA Akio | Files touched by this commit (5) | |
Log message:
Import ocaml-calendar-2.0.4 as time/ocaml-calendar.
Packaged by Jaap Boender and requested by PR 39518.
ocaml-calendar is an OCaml library for managing dates and times.
|