p5sagit/p5-mst-13.2.git
2001-12-12 Nicholas Clark use utf8; tests
2001-12-12 Jarkko Hietaniemi Update Changes.
2001-12-12 Gisle Aas Passing in env to perl_parse did not work
2001-12-12 Jarkko Hietaniemi Fixes for casting problems detected on a SuSE 7.2 Itanium,
2001-12-12 Jarkko Hietaniemi Try YP/NIS also from /usr/lib/yp.
2001-12-12 Michael G.... ypcat working, but NIS not used
2001-12-12 Jarkko Hietaniemi Weed out .files from ls and readdir() results.
2001-12-12 Wolfgang Laun Re: [PATCH] ID 20011206.007 File::Find:name set to...
2001-12-12 H.Merijn Brand doio fatal on cygwin for 13651
2001-12-12 Jarkko Hietaniemi Get the whole line of ls, makes debugging easier
2001-12-12 Jarkko Hietaniemi rename() must be tested even without link()
2001-12-12 Jarkko Hietaniemi Now that the beos.c is compiled at the main level
2001-12-12 Jarkko Hietaniemi Must remember to require Socket.
2001-12-12 Jarkko Hietaniemi In BeOS Errno must resort to actual compilation
2001-12-12 Jarkko Hietaniemi BeOS still has no good sockets.
2001-12-12 Jarkko Hietaniemi BeOS sockets are not true sockets.
2001-12-12 Jarkko Hietaniemi No Socket, no Syslog.
2001-12-12 Jarkko Hietaniemi (On some platforms) missing truncate FH.
2001-12-12 Jarkko Hietaniemi io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
2001-12-12 Jarkko Hietaniemi utime() updates only the mtime in BeOS.
2001-12-12 Jarkko Hietaniemi No link(), no need to dSP.
2001-12-12 Jarkko Hietaniemi Missing argument.
2001-12-12 Jarkko Hietaniemi (1) To assume any setuid programs is silly.
2001-12-12 Jarkko Hietaniemi The beos.c needs to be in the main directory.
2001-12-12 Jarkko Hietaniemi Detypo and rename.
2001-12-12 Jarkko Hietaniemi This time I test compiled. Honest.
2001-12-11 Nicholas Clark slightly more pack tests
2001-12-11 Craig A. Berry Gconvert for VMS again
2001-12-11 Rafael Garcia... $Config{perlpath} and -Dversiononly
2001-12-11 Nicholas Clark _qq pack.t Re: [PATCH] tests for hash assignment
2001-12-11 Jarkko Hietaniemi More UTF-8 API docs.
2001-12-11 Nicholas Clark Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
2001-12-11 Nicholas Clark Re: use utf8; with bad utf8
2001-12-11 Jarkko Hietaniemi Can't spell worth a dam. (Try Three Gorges.)
2001-12-11 Jarkko Hietaniemi We need DWIM cpps.
2001-12-11 Jarkko Hietaniemi The unixish.h needs to be found and the waitpid wrapper
2001-12-11 Jarkko Hietaniemi The BeOS waitpid() seems to be broken,
2001-12-11 Jarkko Hietaniemi Unlean the leaning tower of Babel.
2001-12-11 Jarkko Hietaniemi Retract #13607 until we figure out what to do with...
2001-12-11 Jarkko Hietaniemi Try to handle platforms that have O_TEXT != O_BINARY but
2001-12-11 Jonathan Stowe Sync changes in CPAN version
2001-12-11 Stas Bekman [patch perlio.c] test for NULL before derefencing
2001-12-11 Jarkko Hietaniemi BeOS has socket() but not enough to build a working...
2001-12-11 Ben Tilly Exporter's documentation shouldn't lie
2001-12-11 Jarkko Hietaniemi Make Errno better in BeOS (the second hunk is
2001-12-11 Jarkko Hietaniemi The BeOS linker seems to link the last seen symbol,
2001-12-11 Hugo van der... Re: [PATCH] tests for hash assignment
2001-12-11 Ben Tilly (retracted by #13622)
2001-12-11 Craig A. Berry (was Re: [PATCH perl@13600] cat2type in tests for VMS)
2001-12-11 Michael G.... Cleanup and $. check
2001-12-10 Nicholas Clark Re: [PATCH] tests for hash assignment
2001-12-10 Craig A. Berry cat2type in tests for VMS
2001-12-10 Craig A. Berry configure.com fixes
2001-12-10 Jarkko Hietaniemi Silence BeOS compilation moaning.
2001-12-10 Jarkko Hietaniemi Update Changes.
2001-12-10 Michael G.... Bad touch
2001-12-10 Michael G.... Need @INC = '../lib' mantra
2001-12-10 Jarkko Hietaniemi Retract #13596, #13593 should do the trick.
2001-12-10 Michael G.... (retracted by #13597, #13593 does the job better)
2001-12-10 Michael G.... Too fast for FAT filesystems
2001-12-10 Michael G.... Re: [PATCH t/op/pack.t] Cleanup
2001-12-10 Michael G.... Moving Cygwin .exe logic into which_perl
2001-12-10 Wolfgang Laun Re: [ID 20011209.005] perl "u2" eats RAM
2001-12-10 Michael G.... Re: [PATCH t/io/openpid.t] Cleanup
2001-12-10 Jarkko Hietaniemi More chmod +w.
2001-12-10 Jarkko Hietaniemi Just skip the readability test if running as root.
2001-12-10 Jarkko Hietaniemi Tell about the downside of safe signals.
2001-12-10 Jarkko Hietaniemi Make the whole -lperl thing NetBSD only until we
2001-12-10 Michael G.... Cleanup
2001-12-10 Jarkko Hietaniemi Add threads support for NetBSD.
2001-12-10 Jarkko Hietaniemi Update the ithreads selection info in Configure,
2001-12-10 Jarkko Hietaniemi Clearing locale environment simply doesn't seem to
2001-12-10 Ben Tilly RE: Exporter fixes reversed in 13540?
2001-12-10 Jarkko Hietaniemi Root is the lizard king.
2001-12-10 Jarkko Hietaniemi Telling how many tests we are expecting helps.
2001-12-10 Jarkko Hietaniemi Add a test case for waitpid(): from Rocco Caputo.
2001-12-10 Richard Clamp Term::ReadLine tweaks and test
2001-12-10 Rocco Caputo [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
2001-12-09 Jarkko Hietaniemi make sure that va_start() has matching va_end();
2001-12-09 Jarkko Hietaniemi h2ph updates from OpenBSD 3.0.
2001-12-09 Jarkko Hietaniemi OpenBSD hints update from OpenBSD 3.0.
2001-12-09 Jarkko Hietaniemi DJGPP tweaks from Laszlo Molnar.
2001-12-09 Michael G.... 64bit ints & Cygwin98 ok
2001-12-09 Jarkko Hietaniemi README.cygwin update from Gerrit P. Haase.
2001-12-09 Jarkko Hietaniemi Apply NetBSD patch-ag: shared/static linking,
2001-12-09 Jarkko Hietaniemi Apply NetBSD patch-af: handle both -[LR] and -Wl,-R...
2001-12-09 Jarkko Hietaniemi Apply NetBSD patch-ae: another gcc sparc64 bug.
2001-12-09 Jarkko Hietaniemi Apply NetBSD patch-ad: a gcc sparc64 code generation...
2001-12-09 Jarkko Hietaniemi Apply NetBSD patch-ac.
2001-12-09 Jarkko Hietaniemi Apply NetBSD patch-ab: NetBSD hints update.
2001-12-09 Jarkko Hietaniemi NetBSD has <ieeefp.h> but hidden.
2001-12-09 Jarkko Hietaniemi Implement NetBSD patch-aa.
2001-12-09 Wolfgang Laun Re: [ID 20011206.006] File::Find calls lstat on wrong...
2001-12-09 Jarkko Hietaniemi Quickie documentation of the C UTF-8 API.
2001-12-09 Gerrit P. Haase bleadperl on cygwin weirdness...
2001-12-09 Jarkko Hietaniemi Instead of muting symbol export error if under eval,
2001-12-09 Jarkko Hietaniemi Basegroup 0 is a cygwin_nt thing.
2001-12-09 Jarkko Hietaniemi Also WinME is LoseLink.
2001-12-09 Jarkko Hietaniemi Forgotten checkin.
2001-12-09 Wolfgang Laun ID 20011206.007 File::Find:name set to empty string...
next