summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* _60 & _04 - Add WRITE & CLOSE to TIEHANDLEGraham Barr1998-02-271-0/+29
* Re: ANNOUNCE: perl5.004_60 Configure patch is availableAndy Dougherty1998-02-251-2/+2
* [win32] fix mingw32 gcc 2.8.0 build (DLLs generated seem to be brokenGurusamy Sarathy1998-02-161-1/+1
* [PATCH] 5.004_58: the locale.t problem in IRIXJarkko Hietaniemi1998-02-121-14/+10
* Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris. Nick Ing-Simmons1998-01-241-0/+6
* [win32] foo() -> PerlGroup_foo() patch from ActiveStateGurusamy Sarathy1998-01-191-84/+84
* Permit tie ?foo,$object Nick Ing-Simmons1998-01-171-107/+40
* TIEARRAY updates - almost works ...Nick Ing-Simmons1998-01-141-1/+2
* tiearray tweaksNick Ing-Simmons1998-01-131-1/+7
* print/printf/... over-eager mg_find for glob magic:Gurusamy Sarathy1998-01-081-3/+3
* [win32] Various win32 fixesGurusamy Sarathy1998-01-041-3/+3
* pp_print and pp_prtf handling of tied file handles used EXTENDMalcolm Beattie1997-12-121-1/+1
* Let Configure sort out get{host,net}byaddr* prototypes:Jarkko Hietaniemi1997-11-191-7/+9
* Change CONTEXT to PERL_CONTEXT throughout source (since the #defineMalcolm Beattie1997-11-131-3/+7
* Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-111-150/+158
|\
| * Fix 'anydbm.t' - if the gv is passed 1st call to inheritedNick Ing-Simmons1997-11-091-1/+2
| * Merge changes as of 18:00 CSTNick Ing-Simmons1997-11-071-3/+34
| |\
| * | Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-10/+8
| * | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-133/+136
| * | Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-011-10/+8
| |\ \
| * | | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-25/+31
* | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-111-11/+11
| |_|/ |/| |
* | | Change pp_tie and pp_dbmopen to use perl_call_sv instead of aMalcolm Beattie1997-11-071-3/+34
| |/ |/|
* | Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-10/+8
|/
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-10/+29
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-10/+29
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-2/+17
|\ \ | |/
| * Further fix to lseek's in lockf_emulate_flockHallvard B Furuseth1997-09-051-3/+3
| * [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-2/+17
* | Remove last traces of "tokenbuf as temp buffer" and removed itMalcolm Beattie1997-10-031-1/+2
* | Merge maint-5.004 branch (5.004_01) with mainline.Malcolm Beattie1997-09-301-2/+33
|\ \ | |/
| * [differences between cumulative patch application and perl5.004_01]perl-5.004_01Tim Bunce1997-06-111-2/+33
| |\
| | * lib/io_udp.t fails on VMSJonathan Hudson1997-06-111-0/+20
| |/
* | Support for op in global register (still buggy)Malcolm Beattie1997-07-011-2/+2
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-5/+7
|\ \ | |/ |/|
| * Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-5/+7
* | [inseparable changes from match from perl-5.003_99a to perl5.004]Perl 5 Porters1997-05-161-5/+7
* | [inseparable changes from match from perl-5.003_99 to perl-5.003_99a]Perl 5 Porters1997-05-081-0/+9
* | Fix sysread() on tied handleSpider Boardman1997-05-011-1/+1
* | Eliminate Alpha warningsHallvard B Furuseth1997-04-271-9/+6
* | Fix scalar leak in pp_prtf()Doug MacEachern1997-04-251-1/+2
* | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-20/+53
* | [inseparable changes from match from perl-5.003_97f to perl-5.003_97g]Perl 5 Porters1997-04-181-8/+13
* | [inseparable changes from match from perl-5.003_97e to perl-5.003_97f]Perl 5 Porters1997-04-171-0/+5
* | [inseparable changes from patch from perl-5.003_97d to perl-5.003_97e]perl-5.003_97ePerl 5 Porters1997-04-151-2/+9
* | [inseparable changes from match from perl-5.003_97b to perl-5.003_97c]Perl 5 Porters1997-04-071-1/+1
* | Use SSize_t for values of PerlIO_{read,write}Chip Salzenberg1997-04-041-1/+1
* | [inseparable changes from match from perl-5.003_97 to perl-5.003_97a]Perl 5 Porters1997-04-031-1/+1
* | Improve definition of Sock_size_tChip Salzenberg1997-04-011-5/+7
* | [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-31/+43