- ChangeLog:
o The mechanism of buffering is changed. Instead of allocation of the fixed
size of memory (10240, -s) buffering on-demand now is used. I.e. if the
analysis of the text to make it's impossible because of absence of the text
in Russians the buffer will not be allocated. Instead of it the text will be
immediately out (if certainly it's required).
o The output of the name of the code page after the analysis is changed.
Added output 'us-ascii (no hits)' in case of when at the text there are no
Russian characters. And removed trailing '(same as out)' from the output of
the default code page.
o The 'main' became even more confused. :-)
Submitted by: Vyacheslav Anikin <ghos@mail.ru> (maintainer)
PR: ports/92725
* Increase MAX_FONT_COUNT from 5000 to INT_MAX. Applies to both the X
and GTK platforms.
* Improve Russian C-x processing.
* More mule-ization and fix related crashes.
* Call set-current-locale (the wrapper for setlocale(3)) before
checking the current locale, because the C code doesn't.
* Initialise the hardware-specific mapping from raw keycodes to the
US key layout.
2.Fix pkg-plist.
Reported by: pointyhat(kris) (2)
warning that there are left over files (fixes plist errors).
- Unconditionally enable UTF8 support
Submitted by: infofarmer@gmail.com (maintainer)
PR: ports/92546
- Honor build environment CC and CFLAGS
- OPTIONS to support threading using pthreads
PR: ports/92714
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Class::Data::Inheritable into a single module. It is used for creating
accessors to class data that overridable in subclasses as well as in
class instances.
WWW: http://search.cpan.org/dist/Class-Data-Accessor/
PR: ports/92724
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
- Many bugfixes and code improvements.
- There is now a csup(1) manual page.
- We now use the Z_DEFAULT_COMPRESSION zlib compression level instead of
Z_BEST_SPEED (the lowest). As a consequence of this, less data needs to
be send and csup is slightly faster than CVSup in my tests.
checking for both video_ts/foo.vob and VIDEO_TS/FOO.VOB. However,
due to the nature of the cd9660 driver, both files exist. Therefore,
avoid checking for "video_ts/foo.vob".
o Bump PORTREVISION
PR: 92258
Submitted by: edwin