summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-2/+2
* Re: $^CHILD_ERROR_NATIVE issues (with attachment)Gisle Aas2005-10-041-5/+5
* assorted blead build help for VMS (mostly ithreads-related)Craig A. Berry2005-10-021-1/+1
* Revert change #24223 : select() will continueRafael Garcia-Suarez2005-09-161-4/+1
* patch@25279 VMS error handling and const fixesJohn E. Malmberg2005-08-101-11/+11
* Various patches by John E. Malmberg to fix dataRafael Garcia-Suarez2005-08-011-4/+4
* tidy up DieNull and DIE_NULLRobin Barker2005-07-281-1/+1
* blead help for VMSCraig A. Berry2005-07-241-4/+4
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-201-2/+2
* Final (hopefully) fix for fchdirSteve Peters2005-07-191-1/+1
* Re: AIX 5.2 localtime bug attackCampo Weijerman2005-07-181-2/+4
* The continuing plod through embed.fncAndy Lester2005-07-181-7/+9
* Re: fchmod, fchown, fchdirGisle Aas2005-07-161-7/+42
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-4/+3
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-2/+2
* [perl #36470] 'undef $@; die' gives uninint value warningDave Mitchell2005-07-061-1/+4
* the PAD_SET_CUR macro expanded too much for AIX compilersDave Mitchell2005-07-011-1/+2
* Make warnings.t pass with -DPERL_DONT_CREATE_GVSVNicholas Clark2005-06-291-1/+1
* Stop "Possible use before definition" warning following change 24997Steve Hay2005-06-281-2/+2
* Need to pass a my_perl to S_my_localtime to make threaded builds build.Nicholas Clark2005-06-261-2/+2
* Workaround localtime edge case where TZ makes time go beyondH.Merijn Brand2005-06-241-0/+51
* Pre-YAPC consting funAndy Lester2005-06-231-2/+2
* Warning suppression.Rafael Garcia-Suarez2005-06-231-1/+1
* Silence bcc32 compiler warnings following change 24945Steve Hay2005-06-231-2/+2
* Const Boy II: The LocalizingAndy Lester2005-06-231-46/+34
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-3/+0
* More SvPV consting, including some code cleanup and living dangerouslyNicholas Clark2005-06-101-11/+13
* Passing read only values (such as string constants) to select shouldNicholas Clark2005-06-101-2/+9
* More SvPV constingNicholas Clark2005-06-081-1/+1
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-4/+2
* n_a no moreNicholas Clark2005-06-081-5/+4
* Remove two more unused C<n_a>sNicholas Clark2005-06-081-2/+0
* Convert POPpx POPpconstx and POPpbytex to use nolen macros.Nicholas Clark2005-06-081-31/+9
* More SvPV constingNicholas Clark2005-06-071-9/+8
* More SvPV constingNicholas Clark2005-06-071-5/+5
* More SvPV consting.Nicholas Clark2005-06-071-17/+17
* Lots of constingNicholas Clark2005-06-071-14/+14
* Unvoid SvUPGRADEAndy Lester2005-06-071-3/+3
* Simplify the getppid code, by Alexey TourbinRafael Garcia-Suarez2005-06-041-6/+3
* Random constingAndy Lester2005-06-031-3/+3
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-021-6/+6
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-1/+1
* [PATCH] More embed.fnc strictures, plus consting and localizingAndy Lester2005-05-301-33/+26
* [PATCH] Minor warning squashingsAndy Lester2005-05-301-0/+2
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-1/+1
* 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