summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Unnecessary/Lingering UTF8 flag might mess up caseless matchingJarkko Hietaniemi2002-01-013-21/+59
| | | | | (found by Jeffrey Friedl) p4raw-id: //depot/perl@13992
* Update Changes.Jarkko Hietaniemi2001-12-312-1/+243
| | | p4raw-id: //depot/perl@13990
* Less unused ones.Jarkko Hietaniemi2001-12-311-3/+0
| | | p4raw-id: //depot/perl@13989
* Unused variable.Jarkko Hietaniemi2001-12-311-1/+0
| | | p4raw-id: //depot/perl@13988
* Forgotten file.Jarkko Hietaniemi2001-12-311-0/+1
| | | p4raw-id: //depot/perl@13987
* Re: Cygwin: one down one to go H.Merijn Brand2001-12-311-0/+3
| | | | | Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@13986
* Add some comments to the recent Unicode case-folding saga.Jarkko Hietaniemi2001-12-312-2/+42
| | | p4raw-id: //depot/perl@13985
* Slight comment tweakage.Jarkko Hietaniemi2001-12-311-10/+13
| | | p4raw-id: //depot/perl@13984
* Clarify the BeOS O_TEXT/O_BINARY situation.Jarkko Hietaniemi2001-12-311-0/+2
| | | p4raw-id: //depot/perl@13983
* [ PATCH] Cygwin: one down one to goH.Merijn Brand2001-12-311-1/+6
| | | | | Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@13982
* Tweak the dependencies not to recompile everytime,Jarkko Hietaniemi2001-12-311-2/+2
| | | | | as suggested by NI-S. p4raw-id: //depot/perl@13981
* Planning still not right.Jarkko Hietaniemi2001-12-311-2/+4
| | | p4raw-id: //depot/perl@13980
* Double double test test header headerMichael G. Schwern2001-12-311-1/+2
| | | | | | | Message-ID: <20011230230755.GG12840@blackrider> (lib/User/grent, really) p4raw-id: //depot/perl@13979
* Integrate perlio:Jarkko Hietaniemi2001-12-313-70/+78
|\ | | | | | | | | | | | | | | | | [ 13975] perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL) if PerlIONext is NULL. p4raw-link: @13975 on //depot/perlio: 04892f7878d91125ce226bdf0d4e698521c1dfc5 p4raw-id: //depot/perl@13978
| * Integrate mainlineNick Ing-Simmons2001-12-3129-164/+322
| |\ | | | | | | p4raw-id: //depot/perlio@13976
| * | perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)Nick Ing-Simmons2001-12-312-70/+77
| | | | | | | | | | | | | | | if PerlIONext is NULL. p4raw-id: //depot/perlio@13975
| * | Integrate 8.3 fix for PPPort fixNick Ing-Simmons2001-12-303-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@13962 p4raw-branched: from //depot/perl@13959 'branch in' ext/Devel/PPPort/ppport_h.PL p4raw-deleted: from //depot/perl@13959 'delete in' ext/Devel/PPPort/ppport.h.PL (@13958..) p4raw-integrated: from //depot/perl@13959 'copy in' ext/Devel/PPPort/Makefile.PL (@13958..)
* | | typo in IO::Socket::INET.pmMark-Jason Dominus2001-12-311-1/+1
| |/ |/| | | | | | | Message-ID: <20011231143110.4989.qmail@plover.com> p4raw-id: //depot/perl@13977
* | Re: [PATCH] Basic bad prototype detectionSam Tregar2001-12-312-5/+12
| | | | | | | | | | Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain> p4raw-id: //depot/perl@13974
* | configure.com / scriptdirexpCraig A. Berry2001-12-311-0/+1
| | | | | | | | | | Message-Id: <a05101004b8553b205841@[172.16.52.1]> p4raw-id: //depot/perl@13973
* | resolve problems with tools_other() and htmlifypodsAbe Timmerman2001-12-311-2/+6
| | | | | | | | | | Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com> p4raw-id: //depot/perl@13972
* | Basic bad prototype detectionSam Tregar2001-12-313-2/+26
| | | | | | | | | | Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain> p4raw-id: //depot/perl@13971
* | Makefiles are sloppy about the exe suffixJarkko Hietaniemi2001-12-312-27/+27
| | | | | | | | | | (from Paul Green) p4raw-id: //depot/perl@13970
* | Delay folding until necessary; start of handlingJarkko Hietaniemi2001-12-312-31/+89
| | | | | | | | | | folding into several characters. p4raw-id: //depot/perl@13969
* | gcc -Wall dewhine.Jarkko Hietaniemi2001-12-311-8/+8
| | | | | | p4raw-id: //depot/perl@13968
* | More Unicode folding tweaks, avoid potential false matches.Jarkko Hietaniemi2001-12-311-15/+19
| | | | | | p4raw-id: //depot/perl@13967
* | Make that six wrongs.Jarkko Hietaniemi2001-12-302-3/+2
| | | | | | p4raw-id: //depot/perl@13966
* | Four wrongs can make a right.Jarkko Hietaniemi2001-12-302-6/+8
| | | | | | p4raw-id: //depot/perl@13965
* | Fix all the I case foldings as per CaseFold.txt.Jarkko Hietaniemi2001-12-302-3/+5
| | | | | | p4raw-id: //depot/perl@13964
* | Fix all the C(ommon) case foldings as per CaseFold.txt.Jarkko Hietaniemi2001-12-305-12/+36
| | | | | | p4raw-id: //depot/perl@13963
* | Integrate perlio:Jarkko Hietaniemi2001-12-302-27/+33
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | [ 13959] Win32 stuff: A. Use Perl_my_socketpair() B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock. C. (In passing) work round fact that $$ is now SvREADONLY so we need to take special measures to set it during pseudo-fork. p4raw-link: @13959 on //depot/perlio: e10bb1e95b6ccccae69758ba14c120c19396b201 p4raw-id: //depot/perl@13961
| * Win32 stuff:Nick Ing-Simmons2001-12-302-27/+33
| | | | | | | | | | | | | | | | A. Use Perl_my_socketpair() B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock. C. (In passing) work round fact that $$ is now SvREADONLY so we need to take special measures to set it during pseudo-fork. p4raw-id: //depot/perlio@13959
* | Fix ppport.h for Unix.Jarkko Hietaniemi2001-12-303-5/+6
| | | | | | p4raw-id: //depot/perl@13960
* | Integrate perlio:Jarkko Hietaniemi2001-12-304-14/+36
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 13950] Win32 hides some errno-oid constants in <winsock.h> under assumed names. This gets them into Errno.pm - yet to prove they end up in $!. [ 13948] remove embed.pl duplicates [ 13944] "Port" Devel::PPPort to Win32: - need to set @INC before use in the test - {} are special to dmake, so use ppport.h.PL rather than commandline p4raw-link: @13950 on //depot/perlio: 4d70086c95dd7d504d588db11daab964a36e98ee p4raw-link: @13948 on //depot/perlio: bcd4838a2aabb71350585eb4c5a0be33ada1227d p4raw-link: @13944 on //depot/perlio: a06d4b7fa7822309a686f69b7ef2469437e518ec p4raw-id: //depot/perl@13958
| * Win32 hides some errno-oid constants in <winsock.h> under assumed names.Nick Ing-Simmons2001-12-301-4/+24
| | | | | | | | | | This gets them into Errno.pm - yet to prove they end up in $!. p4raw-id: //depot/perlio@13950
| * Integrate Cwd muddleNick Ing-Simmons2001-12-302-13/+14
| |\ | | | | | | p4raw-id: //depot/perlio@13949
| * | remove embed.pl duplicatesNick Ing-Simmons2001-12-304-126/+0
| | | | | | | | | p4raw-id: //depot/perlio@13948
| * | Integrate mainlineNick Ing-Simmons2001-12-3045-207/+417
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@13945
| * | | "Port" Devel::PPPort to Win32:Nick Ing-Simmons2001-12-303-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - need to set @INC before use in the test - {} are special to dmake, so use ppport.h.PL rather than commandline p4raw-id: //depot/perlio@13944
| * | | Integrate mainline (ok linux)Nick Ing-Simmons2001-12-2935-109/+644
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@13938
| * | | | Routine regen_config_h - no real differences other than order of cryptNick Ing-Simmons2001-12-293-24/+24
| | | | | | | | | | | | | | | p4raw-id: //depot/perlio@13936
* | | | | Must look for cat also in $PATH (noticed by Philip Newton).Jarkko Hietaniemi2001-12-301-2/+2
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@13956
* | | | | POSIX to understand _SC_PAGESIZEBlair Zajac2001-12-303-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <3C2EB60F.BB4321DD@orcaware.com> p4raw-id: //depot/perl@13955
* | | | | Regen files.Jarkko Hietaniemi2001-12-304-95/+25
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@13954
* | | | | -t without -w Michael G. Schwern2001-12-306-15/+54
| | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20011230044625.GA14386@blackrider> p4raw-id: //depot/perl@13953
* | | | | Re: Win32 snag - File::Find File::Spec and Config.pmDave Rolsky2001-12-302-16/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org> $^O is NetWare, not Netware. p4raw-id: //depot/perl@13952
* | | | | Sarathy thinks undoing C++ comments from C++ filesJarkko Hietaniemi2001-12-302-38/+38
| |_|_|/ |/| | | | | | | | | | | | | | | is a bit too zealous. p4raw-id: //depot/perl@13951
* | | | More Cwd tidy upNick Ing-Simmons2001-12-302-13/+14
| | | | | | | | | | | | p4raw-id: //depot/perl@13947
* | | | Undo a mess trying Cwd.pm in its ext directoryNick Ing-Simmons2001-12-301-0/+0
| | | | | | | | | | | | p4raw-id: //depot/perl@13946
* | | | Integrate mainlineNick Ing-Simmons2001-12-302-2/+2
| |_|/ |/| | | | | p4raw-id: //depot/perl@13945