This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More liberal parsing of version numbers.
[perl5.git] / utf8.c
2000-08-01 Gurusamy Sarathyvarious syntax errors and such (not fixed: comp/require...
2000-07-31 Jarkko HietaniemiThe swallow_bom() saga continues. The #23 of require.t
2000-07-29 Jarkko HietaniemiTune the comments and hopefully stop a memory leak.
2000-07-25 M. J. T. GuyGet UTF16 BOMs working. Patch from
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6242..6249 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6231..6240 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6220..6222 into mainline
2000-06-27 Simon Cozensis_utf8_string
2000-06-27 Simon Cozensbytes<->utf8 fixes
2000-06-25 Jarkko HietaniemiTweak embed.pl, regen headers.
2000-06-23 Simon CozensRemove tr///CU (the feature is to be obsoleted by bette...
2000-05-31 Jarkko Hietaniemimicroperl changes from Simon Cozens; Makefile for microperl
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-13 Gurusamy Sarathymake the is_utf8_*() safe for use on invalid utf8 ...
2000-03-09 Gurusamy Sarathydemand-load utf8.pm in swash routines
2000-02-19 Gurusamy Sarathyallocate sufficient buffer sizes for 64-bit wide utf8...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathyallow 64-bit utf8-encoded integers (from Ilya Zakharevich)
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-16 Jarkko HietaniemiContinue qgcvt work; closer now but not yet there.
1999-12-20 Gurusamy Sarathyuv_to_utf8() could lose 37th bit on HAS_QUAD platforms
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-11 Jarkko HietaniemiTurn on largefileness always if available and
1999-07-08 Gurusamy Sarathysundry cleanups for clean build on windows
1999-07-08 Gurusamy Sarathyfixes for logical bugs in the lexwarn patch; other...
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy; one conflict in t/pragma/warn...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-06 Jarkko HietaniemiPOSIX [[:character class:]] support for standard, locale,
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-03-22 Gurusamy Sarathyupdate copyright years
1998-10-06 Gurusamy Sarathyfix globals caught by change#1927; builds and tests...
1998-09-23 Gurusamy Sarathyfix mismatched UV/U32 types for to_utf8_*()
1998-08-10 Gurusamy Sarathyvarious tweaks: fix signed vs. unsigned problems that...
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.