-
Notifications
You must be signed in to change notification settings - Fork 0
/
2002.03.19.html
163 lines (118 loc) · 6.29 KB
/
2002.03.19.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<html><body>
<a href="2002.03.12.html">Previous week</a> <a href="index.html">Up</a> <a href="2002.03.26.html">Next week</a>
<pre>
Hello,
Here is the latest Caml Weekly News, week 05 to 12 march, 2002.
Summary:
1) <a href="#1">Profiling</a>
2) <a href="#2">PXP-1.1.4 released</a>
3) <a href="#3">lablgtk-mozembed: lablgtk interface for Gecko layout engine</a>
4) <a href="#4">caml-info-look</a>
5) <a href="#5">Text Mode Kit</a>
<a name="1"/>======================================================================
1) Profiling
----------------------------------------------------------------------
Andrew Birkett asked and Georges Mariano answered:
> > Is there a technical reason why you can't profile a bytecode
> > ocaml program, or is it just something which has never been
> > written?
>
> But of course you can: just compile your programs with the
> profiling flag, run them and use ocamlprof to get source codes
> with annotations telling you the number of times some
> expression was evaluated.
May I add that this functionality is available while
using the (excellent !!) OCamlMakefile "utility" designed by ...
...Markus Mottl ;-)
make profiling-byte-code
<a name="2"/>======================================================================
2) PXP-1.1.4 released
----------------------------------------------------------------------
Gerd Stolpmann announced:
Hi list,
there is a new bugfix release of PXP, the Polymorphic XML Parser:
- The parser does no longer show very bad performance when large data
nodes without linefeeds are parsed.
- Another performance problem with bigger DTDs has been solved, too.
Especially, the XHTML DTD can now be parsed quite quickly.
- The interface Pxp_dtd.Entity has been extended, it is now possible to
access more properties of entities than before.
- Pxp_marshal has been revised. It is now possible to recode the input
or output stream on the fly in order to change the character encoding.
- Furthermore, the functions relocate_subtree and relocate_document
allows one to marshal an XML tree or a document, and to read the
marshaled data immediately to create a copy of the original structure.
- Some errors have been fixed in from_file. Especially, this function
will no longer raise the exception Malformed_URL if the current
working directory happens to be "/".
- Pxp_document.strip_whitespace implements xml:space now correctly. In
previous versions, xml:space='default' was ignored when it occurred
inside an element with xml:space='preserve'. Now the inner
xml:space='default' overrides the outer xml:space='preserve' as
defined in the XML standard.
I hope this release makes some people happier, especially concerning the
performance improvements.
More information about the parser is available under
<a href="http://www.ocaml-programming.de/packages/documentation/pxp">http://www.ocaml-programming.de/packages/documentation/pxp</a>
The new release can be downloaded from
<a href="http://www.ocaml-programming.de/packages/pxp-1.1.4.tar.gz">http://www.ocaml-programming.de/packages/pxp-1.1.4.tar.gz</a>
<a name="3"/>======================================================================
3) lablgtk-mozembed: lablgtk interface for Gecko layout engine
----------------------------------------------------------------------
Jun P.FURUSE announced:
Hello all,
I wrote a small lablgtk interface for the mozilla's layout engine `Gecko'
(<a href="http://www.mozilla.org/newlayout/">http://www.mozilla.org/newlayout/</a>). I wasted my last weekend for it.
I distribute it to you so that it can also waste your weekend(s).
The source and a screen shot is under the following url:
<a href="http://pauillac.inria.fr/~furuse/lablgtk-mozembed/">http://pauillac.inria.fr/~furuse/lablgtk-mozembed/</a>
Enjoy!
Requirements
------------
You require the latest version of lablgtk and mozilla version 0.9.9
lablgtk <a href="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html">http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html</a>
mozilla <a href="http://www.mozilla.org/">http://www.mozilla.org/</a>
The rpm users will require the following rpms:
mozilla-nspr-0.9.9-0
mozilla-0.9.9-0
mozilla-devel-0.9.9-0
<a name="4"/>======================================================================
4) caml-info-look
----------------------------------------------------------------------
Olivier Andrieu announced:
Hello,
I wrote a small Emacs-lisp library for automatically looking up
documentation in OCaml Info files. It's to be used with Info files
generated by OCamldoc (using the texinfo generator).
Calling `caml-info-lookup-id' in a caml-mode buffer on an identifier
(say, String.length) will open an Info window and display the relevant
Info node, with the type and commentary that goes with the identifier.
I don't write much elisp so the code looks a bit hideous but it seems
to work (at least for my Emacs 20.7, I don't know for XEmacs).
<a href="http://oandrieu.nerim.net/ocaml/caml-info-look.el">http://oandrieu.nerim.net/ocaml/caml-info-look.el</a>
and Didier Rémy added:
There is already module caml-help.el (since 3.04) in the emacs distrib part
of caml.el that could already do that. Have you tried it?
It can be parameterized to look for documentation in either standard or
ocamldoc info stylles, or just in the stdlib, which is often the most
convenient. It does completion on (toplevel) Module names and identifiers
bound in these modules.
<a name="5"/>======================================================================
5) Text Mode Kit
----------------------------------------------------------------------
Nicolas George annouced:
Some weeks ago (who said "months"?), someone asked for a text mode
widget system, and I said that I had started such a project, and that I
would publish it in a few days. For a correct meaning of "few", this is
done.
<a href="http://savannah.gnu.org/projects/ocaml-tmk/">http://savannah.gnu.org/projects/ocaml-tmk/</a>
I have tested it under Linux/i586 and Solaris/sparc, and the part that
is done works.
The roadmap is now:
- fix a strange bug with dynamic loading (see this list soon)
- write a configuration ad build system
- implement more widgets
Remarks (and help) are welcome.
======================================================================
Alan Schmitt
</pre></body></html>