summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
...
| * some rearrangement of the includes for easier "microperl" build;Gurusamy Sarathy2000-02-191-6/+0
| * set close-on-exec flag on sockets too, like we do for filesGurusamy Sarathy2000-02-191-0/+10
| * set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
| * Largefilify offsets of tied handles.Jarkko Hietaniemi2000-02-041-0/+4
| * on cygwin, h_errno is now "__declspec(dllimport) int h_errno"Gurusamy Sarathy2000-02-021-1/+1
| * truncate(FH) flushes FH before truncating itGurusamy Sarathy2000-01-221-4/+8
| * add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-2/+2
| * patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-21/+28
| * remove never-taken branch for making getc() operate on ARGV (spotted Gurusamy Sarathy1999-12-281-2/+0
| * partly fix perldiag regressions identified by Tom ChristiansenGurusamy Sarathy1999-12-281-11/+13
| * bring in basic threads stuff under USE_ITHREADSGurusamy Sarathy1999-12-231-2/+2
| * typos in change#4660Gurusamy Sarathy1999-12-071-2/+2
| * tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;Gurusamy Sarathy1999-12-061-2/+2
| * make eof() open ARGV if it isn't open already; also fixes bugGurusamy Sarathy1999-12-041-3/+21
| * minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-011-5/+5
| * more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-18/+25
| * add a synchronous stub fork() for USE_ITHREADS to prove that a simpleGurusamy Sarathy1999-11-151-0/+15
| * sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-1/+1
| * [5.005_62 PATCH] support link() on WinNT and NTFSJan Dubois1999-11-131-1/+1
| * Continue largefileness separation from quadness;Jarkko Hietaniemi1999-11-131-2/+10
| * Try to fix largefileness so that it "works" without a quad IV.Jarkko Hietaniemi1999-11-131-7/+24
| * Fix a thinko in 4548.Jarkko Hietaniemi1999-11-111-1/+1
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-6/+6
| |\
| | * another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-1/+1
| | * preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-5/+5
| * | Try to do something if st_size, st_uid, st_gid are too big for an IV;Jarkko Hietaniemi1999-11-111-14/+40
| * | Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-1/+1
| |\ \ | | |/
| | * macros for COP.cop_filegv accessGurusamy Sarathy1999-11-011-1/+1
| * | Initial integration of the MacPerl changes form Matthias.Jarkko Hietaniemi1999-11-021-2/+2
| |/
| * usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-5/+5
| * perldelta updates (see TODO markers)Gurusamy Sarathy1999-10-091-16/+0
| * typoGurusamy Sarathy1999-10-081-1/+1
| * fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted byGurusamy Sarathy1999-10-071-1/+1
| * Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-8/+1
| * fix buggy popping of subroutine contexts in the lvalueGurusamy Sarathy1999-09-261-1/+1
| * Replace change #4100 withRobin Barker1999-09-131-1/+1
| * [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20Daniel S. Lewart1999-09-091-0/+5
| * Fix pointer casts.Robin Barker1999-09-071-1/+1
| * Fix a printf thinko: now quads must have the ll L q prefix.Jarkko Hietaniemi1999-09-071-5/+5
| * Another patch for Lexical WarningsPaul Marquess1999-09-061-2/+2
| * applied patch suggested by Hans Mulder to fix problems onGurusamy Sarathy1999-09-061-0/+4
* | Minor fixes to assuage picky compilers (unsigned comparisons andCharles Bailey2000-02-091-4/+4
* | Resync with mainlineCharles Bailey2000-02-091-29/+44
* | Quick integration of mainline changes to dateCharles Bailey2000-01-201-78/+146
* | resync with mainlineCharles Bailey1999-09-291-9/+18
|/
* [ID 19990821.001] [PATCH] perl5.005_60 cygwin portFifer, Eric1999-09-011-1/+1
* Fix scalar gmtime (and localtime) in quad environments,Robin Barker1999-08-291-7/+7
* Note about filesize limits.Jarkko Hietaniemi1999-08-141-0/+1
* Jumbo Configure and large file support update.Jarkko Hietaniemi1999-08-131-2/+2
* Remove more spurious casting.Jarkko Hietaniemi1999-08-121-3/+3