2018-07-20 05:34:33 by Ryo ONODERA | Files touched by this commit (705) |
Log message: Recursive revbump from textproc/icu-62.1 |
2018-04-16 16:35:28 by Thomas Klausner | Files touched by this commit (1284) |
Log message: Recursive bump for new fribidi dependency in pango. |
2018-04-14 09:34:46 by Adam Ciarcinski | Files touched by this commit (681) | |
Log message: revbump after icu update |
2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155) |
Log message: Recursive bumps for fontconfig and libzip dependency changes. |
2018-01-25 07:23:45 by Thomas Klausner | Files touched by this commit (1) |
Log message: racket: regen distinfo No change to checksum, just remove comments (!) |
2018-01-20 03:21:16 by Sevan Janiyan | Files touched by this commit (5) |
Log message: Update to v6.11 * Typed Racket supports refinement types and dependent function types. Previously an experimental feature, refinement types allow types to describe more interesting properties of values, especially integers. For example, this type shows that the `max` function always produces a number at least as big as its inputs: `(-> ([x : Integer] [y : Integer]) (Refine [z : Integer] (and (>= z x) (>= z y))))` * DrRacket's Program Contour is significantly more efficient; using it no longer hurts DrRacket's interactivity. * The `web-server/formlets` library produces formlets that are serializable, facilitating dynamic uses of formlets in stateless #lang web-server servlets. The new `web-server/formlets/stateless` and `web-server/formlets/unsafe` libraries provide additional support with the same API. * The `db` library supports the Cassandra database. |
2018-01-19 13:45:41 by Sevan Janiyan | Files touched by this commit (1) |
Log message: Update mirror list from https://download.racket-lang.org |
2018-01-01 02:24:56 by Roland Illig | Files touched by this commit (1) |
Log message: Cleanup: replace curly braces with parentheses. |
2017-11-30 17:45:43 by Adam Ciarcinski | Files touched by this commit (654) | |
Log message: Revbump after textproc/icu update |
2017-09-18 11:53:40 by Maya Rashish | Files touched by this commit (676) |
Log message: revbump for requiring ICU 59.x |