summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* These files are text, not binary.Jarkko Hietaniemi2000-11-160-0/+0
* Update Changes.Jarkko Hietaniemi2000-11-162-1/+202
* More #undefing of stdio.Jarkko Hietaniemi2000-11-162-0/+6
* Add fwalk() probe to the configuration files and regen perltoc.Jarkko Hietaniemi2000-11-1618-43/+109
* The type of the hash_cb() size argument is tricky.Jarkko Hietaniemi2000-11-161-2/+8
* Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.Jarkko Hietaniemi2000-11-151-27/+31
* Detypo.Jarkko Hietaniemi2000-11-151-4/+4
* UINT64_C() work continues.Jarkko Hietaniemi2000-11-153-16/+18
* SOCKS has its own USE_THREADS, based onJens Hamisch2000-11-151-0/+12
* Add few missing #undefs and sort them.Jarkko Hietaniemi2000-11-151-28/+24
* Linenumber fix.Jarkko Hietaniemi2000-11-151-2/+2
* EBCDIC tweaks.Peter Prymmer2000-11-152-2/+17
* hush warnings about malformed EBCDIC textPeter Prymmer2000-11-151-0/+4
* updates to README.os390Prymmer/Kahn2000-11-151-33/+236
* Quit utf8_to_uv() instantly if curlen == 0.Jarkko Hietaniemi2000-11-151-3/+10
* Use u_int32_t for the size of hash_cb(), not size_t.Jens Hamisch2000-11-151-2/+2
* Use UINT64_C().Jens Hamisch2000-11-152-2/+6
* Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>Jarkko Hietaniemi2000-11-151-0/+10
* Regen Configure.Jarkko Hietaniemi2000-11-151-10/+18
* Integrate perlio:Jarkko Hietaniemi2000-11-149-627/+749
|\
| * PerlIO #include and #ifdef re-work.Nick Ing-Simmons2000-11-149-627/+749
| * Integrate mainline ...Nick Ing-Simmons2000-11-1317-50/+429
| |\
* | | Hoist the duplicated socket/netdb include logic to perl.h;Jens Hamisch2000-11-143-53/+29
* | | some additions for makefiles for win32 (for perl@7674)Vadim Konovalov2000-11-145-5/+7
* | | tiny typo in perl5db.plVadim Konovalov2000-11-141-1/+1
* | | Redo #7679 with LFs instead of CRLFs.Jarkko Hietaniemi2000-11-1411-244/+244
* | | Get PerlIO building on Win32Benjamin Stuhl2000-11-1412-108/+260
* | | Fix the re extension building for Win32.Benjamin Stuhl2000-11-142-0/+19
* | | [ID 20001113.003] utf8_to_uv on malformed utf returns wrong valuesYitzchak Scott-Thoennes2000-11-145-11/+13
* | | Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error returnNicholas Clark2000-11-132-6/+7
| |/ |/|
* | Update Changes.Jarkko Hietaniemi2000-11-132-1/+230
* | Remove the new two tests of lib/io_xs for now, they seem toJarkko Hietaniemi2000-11-131-20/+1
* | Make PerlIO_getpos() to behave like fgetpos() on return.Jarkko Hietaniemi2000-11-131-1/+1
* | Placate nervous compilers that see longer than ints switch()ing.Jarkko Hietaniemi2000-11-131-1/+1
* | fputs() does return EOF on error but here we don't care.Jarkko Hietaniemi2000-11-131-1/+2
* | Declare reg_data like reg_substr_data.Jarkko Hietaniemi2000-11-131-0/+2
* | Typos in #7667.Jarkko Hietaniemi2000-11-131-2/+2
* | Cleanup messy #ifdef.Jarkko Hietaniemi2000-11-131-1/+5
* | [ID 20001112.008] perlio.c's PerlIO_getpos ingores error returnNicholas Clark2000-11-131-1/+1
* | Tweak the definition of the bit complement on UTF-8 data:Yitzchak Scott-Thoennes2000-11-134-15/+74
* | Couple of tests from #7660 salvaged.Jarkko Hietaniemi2000-11-133-55/+11
* | [ID 20001112.007] sfio's sftell isn't ftellNicholas Clark2000-11-131-1/+1
* | [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failureNicholas Clark2000-11-133-11/+86
* | Document tell() on special streams.Jarkko Hietaniemi2000-11-121-0/+4
* | (Subsumed by #7664)Jarkko Hietaniemi2000-11-122-0/+54
* | Many subdocumented return values of the IO extension now documented.Nicholas Clark2000-11-121-15/+29
* | [ID 20001112.004] man perlfunc omits tell()'s error returnNicholas Clark2000-11-121-3/+3
* | Integrate perlio:Jarkko Hietaniemi2000-11-121-4/+4
|\ \ | |/
| * Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)Nick Ing-Simmons2000-11-121-4/+4
| * Integrate mainlineNick Ing-Simmons2000-11-1243-1104/+1989
| |\ | |/ |/|