summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-1/+1
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-4/+4
* attributes-two.patch, the next batchAndy Lester2005-05-091-6/+6
* For perls where pids and ppids are cached, when the ppid ofRafael Garcia-Suarez2005-05-021-0/+6
* A couple of warning fixes by GisleRafael Garcia-Suarez2005-04-271-1/+1
* Fix my_chsize() for systems having chsize(), broken by change #24271Steve Hay2005-04-221-0/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-28/+37
* SvPV_renew also calls SvLEN_setNicholas Clark2005-04-181-2/+1
* Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUENicholas Clark2005-04-181-1/+1
* Make the four-argument form of select() return undefRafael Garcia-Suarez2005-04-111-1/+4
* Down with potentially incorrect duplicate prototypesNicholas Clark2005-04-051-6/+0
* Clean-up some warnings when compiling on Win32 with VC++Steve Hay2005-03-291-1/+1
* Fix PerlLIO_chsize() for platforms that don't have chsize()Steve Hay2005-03-291-4/+0
* Consting fiveAndy Lester2005-03-251-2/+2
* Third consting batchAndy Lester2005-03-241-6/+6
* More consting goodnessAndy Lester2005-03-211-3/+3
* Fix for bug [ID 20020227.005] format bug with undefined _TOPH.Merijn Brand2005-02-271-1/+1
* Patch for Perlbug #4253Nikolai Eipel2005-02-181-1/+0
* [perl #33928] chomp() fails after alarm(), `sleep`Dave Mitchell2005-01-291-2/+3
* Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32Yitzchak Scott-Thoennes2005-01-211-2/+0
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-141-1/+1
* Update copyright years. Add an editor block while passing by.Nicholas Clark2005-01-131-1/+11
* If we know the length of the string constant, save a strlen()Nicholas Clark2005-01-091-1/+1
* savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call toNicholas Clark2005-01-091-1/+1
* to improve -DCHECK_FORMATRobin Barker2005-01-071-1/+1
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-9/+14
* Ooops. Fix unitialised variableNicholas Clark2004-12-291-0/+1
* read (and presuambly sysread) would expose the UTF8 internals whenNicholas Clark2004-12-291-3/+30
* Re: [perl #31459] Bug in read()Chris Heath2004-09-141-1/+4
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+9
* remove the return stack PL_retstack, and store return ops in the CXDave Mitchell2004-07-231-2/+2
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Make a temporary copy of the input buffer in pp_send, so that sendNicholas Clark2004-03-091-1/+5
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-091-22/+86
* [perl #8698] format bug with undefined _TOPDave Mitchell2004-01-161-1/+1
* Two OS/2 portability patches from Ilya.Ilya Zakharevich2003-10-211-10/+10
* pp_sys.c: pp_waitpid and EINTRSteve Grazzini2003-10-051-7/+8
* [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS Olli Savia2003-09-241-0/+12
* -M -A -C brokenIlya Zakharevich2003-09-181-3/+3
* It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,Jarkko Hietaniemi2003-09-121-1/+1
* Radu Greab is my hero (the recent cygwin getpw*->pw_commentJarkko Hietaniemi2003-09-081-0/+6
* Clean up pp_readdir() somewhat.Abhijit Menon-Sen2003-09-081-29/+22
* more valgrinding: select problem?Marcus Holland-Moritz2003-08-251-3/+7
* Oops. Why can't C comments nest?Jarkko Hietaniemi2003-08-221-1/+1
* Try to dodge getspnam() in AIX.Jarkko Hietaniemi2003-08-221-2/+10
* Fix the syswrite downgrade bug ofJarkko Hietaniemi2003-08-211-3/+6
* A better patch from Yitzchak Scott-Thoennes for [perl #23287].Jarkko Hietaniemi2003-08-121-2/+2
* Retract #20644 and #20643; on non-microperl non-fcntlJarkko Hietaniemi2003-08-121-2/+0