The OpenJIT project is an ongoing Java[tm] the programming language JIT
compiler project as a collaborative effort between Tokyo Institute of
Technology and Fujitsu Laboratory, partly sponsored by the Information
Promotion Agency of Japan.
OpenJIT is a "reflective" JIT compiler in that not only it is almost
entirely written in Java, but also that it bootstraps and compiles
itself during execution of the user program, and compiler components
coexist as first-class objects in user heap space.
This was imported from wip/jdk-openjit, provided by Todd Vierling
<tv at pobox dot com> with some minor changes by me.
"The top features introduced since Netscape 7.1 include:
Junk mail controls
Popup controls
International Domain Name support
Image zoom, fit to window
Mail views
Palm Sync
Developer Tools
Speed and stability enhancements"
See http://wp.netscape.com/eng/mozilla/ns7/relnotes/7.html for more
details.
NB: For the time being (at least), only an english version is available.
Localized versions will hopefully show up on the ftp mirrors at some point
in the future.
Pkgsrc changes include displaying the help file correctly.
New features in this release:
* Enhanced East Asian input method support;
selection menu for multiple character choices ("pick list").
* Support for editing CJK encoded files in UTF-8 terminal; major
CJK encodings are supported (Big5, GBK, JIS, S-JIS, UHC, Johab).
Main enhancements:
(for details see the change log)
* Flag menus for all flags for more intuitive selection.
* Enhanced and generalized coded character input (CJK / decimal
/ illegal code recognition).
* Extended bullet recognition for clever justification (auto-indent).
* Makefile for Mac OS X.
in `makeinfo --version'.
This is needed for older makeinfo which output thing like:
makeinfo (GNU texinfo 3.12) 1.68
Copyright (C) 1998 Free Software Foundation, Inc.
....
This should fix the problem encountered by Thorsten Frueauf on 1.5.4_ALPHA
(I reproduced it on stock 1.5.3) and reported in private email via
jschauma@.
- Updated translations (ca, fr, ja, sv).
- Fixed URL grabber not filling up (xc202-fixurlg.diff).
- Fixed crash when holding down Ctrl-I (xc202-fixdetach.diff).
- Use Shift-Ctrl-W for Close only when Emacs key theme is enabled.
- Fixed corrupt left margin with indent-nicks off and timestamp on.
- Remove invalid chars from inbound text when conversion fails. Fall
back to ISO-8859-1 when using UTF-8 only (Ilya Konstantinov).
- Fixed perl IRC::get_info(3) crash when not connected [732496].
- Fixed crash on long output lines for /exec -o [731187].
- Made "Move completed files to:" and "Save nickname in filenames"
work at the same time (Matthew Gabeler-Lee).
- xtext: fix redraw when new additions not on current page.
- win32: Added /set identd 0 switch to turn off built-in identd.
- Added 6-8 for perl's IRC::get_info to retreive network, host and
topic (Ryan).
- Iterate in alpha order instead of op-alpha for nickcompletion
(Gauss_Z88).
- Fixed ChannelList crash on invalid regex match string.
- Added hide join/parts setting to gui (Jason Wies).
- Added Delete All button to ignore window (Mohammed Sameer).
- Don't allow adding empty names to notify list [741589].
- Made message fragmentation code utf8 friendly so it always splits
on a multibyte char boundary [748653].
- Support 2 to 4 GB files in DCC (contrary to 1.9.4 changelog, it
didn't work until now).
- Python: Fixed crash when returning 0 from a timer (Steve Green).
- Multihead fixes for popup menus.
- Added support for numeric 307 and 320 "is an identified user".
- Allow setting a blank topic via the GUI [720407].
If NetBSD and /usr/include/pthread.h is present, add --enable-threads to
configure arguments. Could set --host=i386--netbsdelf2.0 instead, but that
causes many other packages (eg: mail/imap-uw) to fail to link with
'/usr/bin/ld: cannot find -lgcc_eh'
even when they
.if defined(USE_GCC3)
. include "../../lang/gcc3/buildlink2.mk"
.endif
With this change a 1.6U/i386 machine can build mozilla with gcc3.
If NetBSD and /usr/include/pthread.h is present, add --enable-threads to
configure arguments. Could set --host=i386--netbsdelf2.0 instead, but that
causes many other packages (eg: mail/imap-uw) to fail to link with
'/usr/bin/ld: cannot find -lgcc_eh'
even when they
.if defined(USE_GCC3)
. include "../../lang/gcc3/buildlink2.mk"
.endif
With this change a 1.6U/i386 machine can build mozilla with gcc3.
Changes from 1.0.0b3:
* dns/rdata.py: Rdatas now implement rich comparisons instead of
__cmp__.
* dns/name.py: Names now implement rich comparisons instead of
__cmp__.
* dns/inet.py (inet_ntop): Always use our code, since the code
in the socket module doesn't support AF_INET6 conversions if
IPv6 sockets are not available on the system.
* dns/resolver.py (Answer.__init__): A dangling CNAME chain was
not raising NoAnswer.
* Added a simple resolver Cache class.
* Added an expiration attribute to answer instances.
----------------------------
revision 1.18
date: 2003/06/24 16:23:31; author: christos; state: Exp; lines: +44 -9
Revert previous change, and fix the -T problem differently: When the options
of the second argument are exhausted, call the appropriate getopt() routine
to process the rest of the arguments instead of finishing option processing.
Fixes:
tar cf - -T foo
[readline43-001]
Pressing certain key sequences causes an infinite loop in _rl_dispatch_subseq
with the `key' argument set to 256. This eventually causes bash to exceed
the stack size limit and crash with a segmentation violation.
[readline43-002]
Repeating an edit in vi-mode with `.' does not work.
[readline43-003]
When in a locale with multibyte characters, the readline display updater
will occasionally cause a segmentation fault when attempting to compute
the length of the first multibyte character on the line.
[readline43-004]
When running in a locale with multibyte characters, the readline display
updater will use carriage returns when drawing the line, overwriting any
partial output already on the screen and not terminated by a newline.
[readline43-005]
Using the vi editing mode's case-changing commands in a locale with
multibyte characters will cause garbage characters to be inserted into
the editing buffer.
(Any maintainership taker?)