Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Make ibcmp_utf8() more robust and make regmatch() use it. | Jarkko Hietaniemi | 2002-01-01 | 2 | -127/+57 | |
* | | | Now that to_utf8_fold() was fixed. | Jarkko Hietaniemi | 2002-01-01 | 2 | -7/+3 | |
* | | | Integrate perlio: | Jarkko Hietaniemi | 2002-01-01 | 1 | -13/+67 | |
|\ \ \ | |/ / | ||||||
| * | | Experimental binmode() re-coding (UNIX okay - but it would be...) | Nick Ing-Simmons | 2001-12-31 | 1 | -13/+67 | |
* | | | Document the to_utf8_*() functions. | Jarkko Hietaniemi | 2002-01-01 | 3 | -5/+125 | |
* | | | Better support for multicharacter foldings. | Jarkko Hietaniemi | 2002-01-01 | 1 | -22/+28 | |
* | | | don't installperl pods | Nicholas Clark | 2002-01-01 | 1 | -2/+4 | |
* | | | perldiag.pod transposition | Nicholas Clark | 2002-01-01 | 1 | -2/+2 | |
* | | | Corrections : unknown warning category | Rafael Garcia-Suarez | 2002-01-01 | 1 | -2/+2 | |
* | | | [better PATCH] Re: Low-lights of Win32 / bleadperl | Nicholas Clark | 2002-01-01 | 1 | -2/+2 | |
* | | | Leaner exporter | Ilya Zakharevich | 2002-01-01 | 3 | -24/+37 | |
* | | | h2xs broken | Ilya Zakharevich | 2002-01-01 | 1 | -2/+3 | |
* | | | Re: [PATCH @13746] uninstalled build of modules broken | Ilya Zakharevich | 2002-01-01 | 1 | -1/+1 | |
* | | | Rename the variables to be a bit more consistent. | Jarkko Hietaniemi | 2002-01-01 | 1 | -24/+24 | |
* | | | Unnecessary/Lingering UTF8 flag might mess up caseless matching | Jarkko Hietaniemi | 2002-01-01 | 3 | -21/+59 | |
| |/ |/| | ||||||
* | | Update Changes. | Jarkko Hietaniemi | 2001-12-31 | 2 | -1/+243 | |
* | | Less unused ones. | Jarkko Hietaniemi | 2001-12-31 | 1 | -3/+0 | |
* | | Unused variable. | Jarkko Hietaniemi | 2001-12-31 | 1 | -1/+0 | |
* | | Forgotten file. | Jarkko Hietaniemi | 2001-12-31 | 1 | -0/+1 | |
* | | Re: Cygwin: one down one to go | H.Merijn Brand | 2001-12-31 | 1 | -0/+3 | |
* | | Add some comments to the recent Unicode case-folding saga. | Jarkko Hietaniemi | 2001-12-31 | 2 | -2/+42 | |
* | | Slight comment tweakage. | Jarkko Hietaniemi | 2001-12-31 | 1 | -10/+13 | |
* | | Clarify the BeOS O_TEXT/O_BINARY situation. | Jarkko Hietaniemi | 2001-12-31 | 1 | -0/+2 | |
* | | [ PATCH] Cygwin: one down one to go | H.Merijn Brand | 2001-12-31 | 1 | -1/+6 | |
* | | Tweak the dependencies not to recompile everytime, | Jarkko Hietaniemi | 2001-12-31 | 1 | -2/+2 | |
* | | Planning still not right. | Jarkko Hietaniemi | 2001-12-31 | 1 | -2/+4 | |
* | | Double double test test header header | Michael G. Schwern | 2001-12-31 | 1 | -1/+2 | |
* | | Integrate perlio: | Jarkko Hietaniemi | 2001-12-31 | 3 | -70/+78 | |
|\ \ | |/ | ||||||
| * | Integrate mainline | Nick Ing-Simmons | 2001-12-31 | 29 | -164/+322 | |
| |\ | ||||||
| * | | perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL) | Nick Ing-Simmons | 2001-12-31 | 2 | -70/+77 | |
| * | | Integrate 8.3 fix for PPPort fix | Nick Ing-Simmons | 2001-12-30 | 3 | -2/+3 | |
* | | | typo in IO::Socket::INET.pm | Mark-Jason Dominus | 2001-12-31 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Re: [PATCH] Basic bad prototype detection | Sam Tregar | 2001-12-31 | 2 | -5/+12 | |
* | | configure.com / scriptdirexp | Craig A. Berry | 2001-12-31 | 1 | -0/+1 | |
* | | resolve problems with tools_other() and htmlifypods | Abe Timmerman | 2001-12-31 | 1 | -2/+6 | |
* | | Basic bad prototype detection | Sam Tregar | 2001-12-31 | 3 | -2/+26 | |
* | | Makefiles are sloppy about the exe suffix | Jarkko Hietaniemi | 2001-12-31 | 2 | -27/+27 | |
* | | Delay folding until necessary; start of handling | Jarkko Hietaniemi | 2001-12-31 | 2 | -31/+89 | |
* | | gcc -Wall dewhine. | Jarkko Hietaniemi | 2001-12-31 | 1 | -8/+8 | |
* | | More Unicode folding tweaks, avoid potential false matches. | Jarkko Hietaniemi | 2001-12-31 | 1 | -15/+19 | |
* | | Make that six wrongs. | Jarkko Hietaniemi | 2001-12-30 | 2 | -3/+2 | |
* | | Four wrongs can make a right. | Jarkko Hietaniemi | 2001-12-30 | 2 | -6/+8 | |
* | | Fix all the I case foldings as per CaseFold.txt. | Jarkko Hietaniemi | 2001-12-30 | 2 | -3/+5 | |
* | | Fix all the C(ommon) case foldings as per CaseFold.txt. | Jarkko Hietaniemi | 2001-12-30 | 5 | -12/+36 | |
* | | Integrate perlio: | Jarkko Hietaniemi | 2001-12-30 | 2 | -27/+33 | |
|\ \ | |/ | ||||||
| * | Win32 stuff: | Nick Ing-Simmons | 2001-12-30 | 2 | -27/+33 | |
* | | Fix ppport.h for Unix. | Jarkko Hietaniemi | 2001-12-30 | 3 | -5/+6 | |
* | | Integrate perlio: | Jarkko Hietaniemi | 2001-12-30 | 4 | -14/+36 | |
|\ \ | |/ | ||||||
| * | Win32 hides some errno-oid constants in <winsock.h> under assumed names. | Nick Ing-Simmons | 2001-12-30 | 1 | -4/+24 | |
| * | Integrate Cwd muddle | Nick Ing-Simmons | 2001-12-30 | 2 | -13/+14 | |
| |\ |