~ubuntu-branches/ubuntu/trusty/librep/trusty

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-01-14 14:18:11 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050114141811-k2x3wczuc17qai2v
Tags: 0.17-7
Build with -Oo for amd64

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
News
2
2
****
3
3
 
 
4
0.17
 
5
====
 
6
 
 
7
   * Added `rep.ffi' module (Foreign Function Interface). Uses gcc's
 
8
     libffi. Very untested.
 
9
 
 
10
   * Partial implementation of guile's `GH' interface.
 
11
 
 
12
   * Bug fixes:
 
13
 
 
14
        - Don't hang in select for a second when starting processes via
 
15
          the `system' function (race condition that only seems to show
 
16
          up on Linux 2.6 kernels)
 
17
 
 
18
        - Miscellaneous fixes for Mac OS X.
 
19
 
 
20
        - Don't return a reversed list of items from the XML parser.
 
21
          (Alexander V. Nikolaev)
 
22
 
 
23
        - Fixes to string capitalization functions. (Charles Stewart)
 
24
 
 
25
 
 
26
0.16
 
27
====
 
28
 
 
29
   * New modules `rep.data.trie', `rep.threads.proxy'
 
30
 
 
31
   * Also added `rep.xml.reader' and `rep.xml.printer', though these
 
32
     should probably be used with extreme caution
 
33
 
 
34
   * Appending to queues is now O(1) not O(n)
 
35
 
 
36
   * Many changes to `rep.net.rpc' module, protocol is incompatible
 
37
     with previous version. Should be more robust
 
38
 
 
39
   * `rep.i18n.gettext' module exports the `bindtextdomaincodeset'
 
40
     function (Christophe Fergeau)
 
41
 
 
42
   * Slightly more secure way of seeding the rng
 
43
 
 
44
   * `inexact->exact' can now convert floating point numbers to
 
45
     rationals (though not optimally). This means that `numerator' and
 
46
     `denominator' also work better with floats now
 
47
 
 
48
   * New function `file-ttyp'
 
49
 
 
50
   * Some random bug fixes
 
51
 
 
52
 
4
53
0.15
5
54
====
6
55
 
829
878
0.8.1
830
879
=====
831
880
 
832
 
   Fixed some documentation bugs; fixed some build problems
 
881
Fixed some documentation bugs; fixed some build problems
833
882
 
834
883
0.8
835
884
===
929
978
0.6.1
930
979
=====
931
980
 
932
 
   No new features; minor portability tweaks and build changes. Fix bug
933
 
of trying to load directories as Lisp scripts
 
981
No new features; minor portability tweaks and build changes. Fix bug of
 
982
trying to load directories as Lisp scripts
934
983
 
935
984
0.6
936
985
===
998
1047
0.1
999
1048
===
1000
1049
 
1001
 
   First public release.
 
1050
First public release.
1002
1051