summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),Jarkko Hietaniemi2001-12-211-2/+3
* gcc pacifying (RH 7.1/ia64).Jarkko Hietaniemi2001-12-191-2/+2
* %g -> NVgf cleanup, based on Schwern's RedHat 7.1/AlphaJarkko Hietaniemi2001-12-181-2/+2
* [PATCH] Re: chomp/chop prototype changed?Rafael Garcia-Suarez2001-12-171-0/+3
* Unadorned numbers evil.Jarkko Hietaniemi2001-12-131-4/+4
* Apply NetBSD patch-ad: a gcc sparc64 code generation bug.Jarkko Hietaniemi2001-12-091-5/+31
* shared hash keys and ++/--Nicholas Clark2001-12-031-9/+9
* Various small nits found by DJGPP build.Jarkko Hietaniemi2001-12-021-5/+6
* [REPATCH] reference pointer comparisonNicholas Clark2001-12-011-8/+20
* Re: Smoke 13191 /pro/3gl/CPAN/perl-currentNicholas Clark2001-11-241-12/+37
* spaceship and refsNicholas Clark2001-11-211-2/+5
* Retract 11635: close 20011113.110, reopen 20010809.028.Jarkko Hietaniemi2001-11-181-0/+23
* Extend the effect of the encoding pragma to chr() and ord().Jarkko Hietaniemi2001-10-311-0/+10
* tweak divideNicholas Clark2001-10-261-3/+7
* remove small IVop redundancyNicholas Clark2001-10-251-54/+3
* Negation and Unicode: sort of solves 20010303.010,Jarkko Hietaniemi2001-10-231-7/+14
* Document the final sigma spot.Jarkko Hietaniemi2001-10-231-2/+19
* Fix multicharacter titlecase (ucfirst).Jarkko Hietaniemi2001-10-231-14/+14
* Make the toupper/lower/title API for Unicode not rightJarkko Hietaniemi2001-10-091-46/+18
* Re:chromatic2001-09-231-1/+4
* Silence some more warnings INT2PTR.Artur Bergman2001-09-101-1/+1
* oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w...Nicholas Clark2001-09-051-12/+26
* Make crypt() do something more sane for UnicodeJarkko Hietaniemi2001-09-031-1/+17
* Rename the variable: it *used* to be (wrongly) that theJarkko Hietaniemi2001-09-021-1/+1
* pp_moduloNicholas Clark2001-08-301-39/+67
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-8/+8
* 64 bit integer preserving pp_divideNicholas Clark2001-08-221-20/+102
* New try for ID 20010407.006: detach the semanticsJarkko Hietaniemi2001-08-181-0/+2
* Fix for 20010407.008 sprintf removes utf8-ness.Jarkko Hietaniemi2001-08-161-0/+2
* pp_lock Arthur Bergman2001-08-151-0/+5
* Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.Jarkko Hietaniemi2001-08-111-4/+8
* (retracted by 13077)Robin Houston2001-08-111-2/+4
* [patch] ithreads + refto fix improvementDoug MacEachern2001-08-021-2/+2
* [patch] ithreads + refto bugDoug MacEachern2001-08-011-1/+1
* split()'s unused captures should be undef, not ''Jeff Pinyan2001-07-291-2/+6
* win32 fixes: fix various syntax errors ("no preprocessor directivesGurusamy Sarathy2001-07-021-2/+2
* Fixes compile errors in four filesRichard Soderberg2001-06-291-1/+1
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-1/+1
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-1813/+0
* Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.Jarkko Hietaniemi2001-06-081-0/+18
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-031-13/+13
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-1/+1
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-10/+10
* Based onSimon Cozens2001-05-251-3/+20
* [LARGE!] symbolic magicDave Mitchell2001-05-201-14/+17
* Fix for 20010514.037; substr() didn't invalidate the localeJarkko Hietaniemi2001-05-151-0/+3
* Reference cmp'ing should go through the whole stringificationJarkko Hietaniemi2001-05-141-6/+0
* bug 20010423.002Robin Houston2001-04-231-1/+3
* prototype("CORE::recv")Simon Cozens2001-04-111-2/+4
* bleadperl / hex ignores variable length and/or tr doesn't null terminate ( ...David Dyck2001-04-051-11/+11