p5sagit/p5-mst-13.2.git
2000-11-16 Jarkko Hietaniemi Add fwalk() probe to the configuration files and regen...
2000-11-16 Jarkko Hietaniemi The type of the hash_cb() size argument is tricky.
2000-11-15 Jarkko Hietaniemi Quick temporary fix for 20001114.008 as suggested by...
2000-11-15 Jarkko Hietaniemi Detypo.
2000-11-15 Jarkko Hietaniemi UINT64_C() work continues.
2000-11-15 Jens Hamisch SOCKS has its own USE_THREADS, based on
2000-11-15 Jarkko Hietaniemi Add few missing #undefs and sort them.
2000-11-15 Jarkko Hietaniemi Linenumber fix.
2000-11-15 Peter Prymmer EBCDIC tweaks.
2000-11-15 Peter Prymmer hush warnings about malformed EBCDIC text
2000-11-15 Prymmer/Kahn updates to README.os390
2000-11-15 Jarkko Hietaniemi Quit utf8_to_uv() instantly if curlen == 0.
2000-11-15 Jens Hamisch Use u_int32_t for the size of hash_cb(), not size_t.
2000-11-15 Jens Hamisch Use UINT64_C().
2000-11-15 Jarkko Hietaniemi Defined INT64_C() and UINT64_C() unless defined by...
2000-11-15 Jarkko Hietaniemi Regen Configure.
2000-11-14 Jarkko Hietaniemi Integrate perlio:
2000-11-14 Nick Ing-Simmons PerlIO #include and #ifdef re-work.
2000-11-14 Jens Hamisch Hoist the duplicated socket/netdb include logic to...
2000-11-14 Vadim Konovalov some additions for makefiles for win32 (for perl@7674)
2000-11-14 Vadim Konovalov tiny typo in perl5db.pl
2000-11-14 Jarkko Hietaniemi Redo #7679 with LFs instead of CRLFs.
2000-11-14 Benjamin Stuhl Get PerlIO building on Win32
2000-11-14 Benjamin Stuhl Fix the re extension building for Win32.
2000-11-14 Yitzchak Scott... [ID 20001113.003] utf8_to_uv on malformed utf returns...
2000-11-13 Nicholas Clark Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores...
2000-11-13 Nick Ing-Simmons Integrate mainline ...
2000-11-13 Jarkko Hietaniemi Update Changes.
2000-11-13 Jarkko Hietaniemi Remove the new two tests of lib/io_xs for now, they...
2000-11-13 Jarkko Hietaniemi Make PerlIO_getpos() to behave like fgetpos() on return.
2000-11-13 Jarkko Hietaniemi Placate nervous compilers that see longer than ints...
2000-11-13 Jarkko Hietaniemi fputs() does return EOF on error but here we don't...
2000-11-13 Jarkko Hietaniemi Declare reg_data like reg_substr_data.
2000-11-13 Jarkko Hietaniemi Typos in #7667.
2000-11-13 Jarkko Hietaniemi Cleanup messy #ifdef.
2000-11-13 Nicholas Clark [ID 20001112.008] perlio.c's PerlIO_getpos ingores...
2000-11-13 Yitzchak Scott... Tweak the definition of the bit complement on UTF-8...
2000-11-13 Jarkko Hietaniemi Couple of tests from #7660 salvaged.
2000-11-13 Nicholas Clark [ID 20001112.007] sfio's sftell isn't ftell
2000-11-13 Nicholas Clark [ID 20001112.006] IO::Seekable::getpos doesn't check...
2000-11-12 Jarkko Hietaniemi Document tell() on special streams.
2000-11-12 Jarkko Hietaniemi (Subsumed by #7664)
2000-11-12 Nicholas Clark Many subdocumented return values of the IO extension...
2000-11-12 Nicholas Clark [ID 20001112.004] man perlfunc omits tell()'s error...
2000-11-12 Jarkko Hietaniemi Integrate perlio:
2000-11-12 Nick Ing-Simmons Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
2000-11-12 Nick Ing-Simmons Integrate mainline
2000-11-12 Jarkko Hietaniemi Add HAS_FSYNC, lack noticed by Nicholas Clark.
2000-11-11 Jarkko Hietaniemi Copy the s// information of README.hpux also to the...
2000-11-11 Jarkko Hietaniemi More README.solaris updates from Andy Dougherty.
2000-11-11 Dominic Dunlop More descriptive error for unknown perlio layers.
2000-11-11 Dominic Dunlop MachTen doesn't really do mmap() and munmap().
2000-11-11 Robert Spier fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation...
2000-11-11 Jarkko Hietaniemi Add getpagesize() probing, on non-UNIX guess 'undef'.
2000-11-11 Jarkko Hietaniemi Use sysconf() or getpagesize() to find out the pagesize.
2000-11-11 Jarkko Hietaniemi Integrate perlio:
2000-11-11 Lupe Christoph Re: [PATCH] README.solaris
2000-11-11 Eric Fifer cygwin port
2000-11-11 Nick Ing-Simmons Fixup mmap layer by doing mmap() calls on pagesize...
2000-11-11 Jarkko Hietaniemi Add more encoding tables.
2000-11-10 Andy Dougherty README.solaris
2000-11-10 Jarkko Hietaniemi Update Changes.
2000-11-10 Lupe Christoph Explain better why certain regex tests are skipped.
2000-11-10 Nick Ing-Simmons Integrate mainline.
2000-11-10 Nick Ing-Simmons Re-instate stdio large file support via perlio.
2000-11-10 Hal Morris Amdahl UTS hints updates.
2000-11-09 Nicholas Clark IO::Seekable pod
2000-11-09 Michael Somos Various doc oddball characters.
2000-11-09 John P. Linderman Re: bash -c exit and linux hints
2000-11-09 Nick Ing-Simmons Integrate mainline.
2000-11-09 Eric Fifer Missing dTHXs.
2000-11-09 Jarkko Hietaniemi Disable only the tests 99 and 166 for UTF-8 locales.
2000-11-09 Jarkko Hietaniemi There's no =head3.
2000-11-09 Harri Pasanen The generated boot_* headers are wrong. Pickier compiler,
2000-11-09 Prymmer/Kahn updates to Porting/pumpkin.pod
2000-11-09 H.Merijn Brand Fix for
2000-11-09 Joe Smith Typo in an ifndef.
2000-11-09 Jarkko Hietaniemi Remove unused extra arguments.
2000-11-09 Jarkko Hietaniemi More VMS moves on environment handling, from Charles...
2000-11-09 David Dyck patch to detect stat followed by lstat(_): [ID 20001106...
2000-11-09 Jarkko Hietaniemi Forgot from #7618.
2000-11-09 Jarkko Hietaniemi Make deleting for %ENV work for (newer versions of...
2000-11-09 Casey R. Tweten Class::Struct at compile time
2000-11-09 Todd T. Fries [ID 20001108.013] spelling
2000-11-09 Peter Prymmer add Encode to VMS build and tests
2000-11-08 Jarkko Hietaniemi A missing aTHX_.
2000-11-08 Jarkko Hietaniemi Update Changes.
2000-11-08 David Dyck is this the appropriate patch to fix: [ID 20001106...
2000-11-08 Dominic Dunlop Re: Patch 7533 prevents malloc.c from compiling on...
2000-11-08 Jarkko Hietaniemi Do not test UTF-8 locales since that the tests would...
2000-11-08 Vadim Konovalov Locale buglets.
2000-11-08 Jarkko Hietaniemi Deleting $ENV{PATH} in VMS is not recommendable.
2000-11-08 Nicholas Clark PATCH std stdio for (Free)BSD
2000-11-08 Jarkko Hietaniemi Forgot to bump the line numbers in #7601.
2000-11-08 Nicholas Clark More careful detection of how well NVs and UVs mix.
2000-11-08 Craig A. Berry [patch perl@7595] VMS configure.com tweak
2000-11-08 Robin Barker int/ptr casts in perlio.c
2000-11-08 Nick Ing-Simmons Fix for the tie-refhash string table leaks.
2000-11-08 Jarkko Hietaniemi Try to avoid flockless and emulationless places.
2000-11-08 Casey R. Tweten Overrideable keys, each, pop, push, shift, splice,...
next