Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps | Hugo van der Sanden | 2002-04-03 | 1 | -0/+2 |
| | | | | | Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk> p4raw-id: //depot/perl@15708 | ||||
* | Re: 64 bit SEGV in t/op/regmesg.t | Rafael Garcia-Suarez | 2002-03-30 | 1 | -1/+1 |
| | | | | | Message-ID: <20020330213623.A677@rafael> p4raw-id: //depot/perl@15628 | ||||
* | Re: Regex-Unicode bugs | Rafael Garcia-Suarez | 2002-03-28 | 1 | -1/+1 |
| | | | | | | | Message-ID: <20020327134806.C18945@rafael> regmesg.t patch still would be nice. p4raw-id: //depot/perl@15574 | ||||
* | Re: Regex-Unicode bugs | Hugo van der Sanden | 2002-03-28 | 1 | -1/+6 |
| | | | | | Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk> p4raw-id: //depot/perl@15573 | ||||
* | A warning wasn't turnable off | Rafael Garcia-Suarez | 2002-03-27 | 1 | -1/+4 |
| | | | | | Message-ID: <20020327133200.A18945@rafael> p4raw-id: //depot/perl@15547 | ||||
* | Fix for "UTF-8 bug with s///" from Hugo. | Jarkko Hietaniemi | 2002-03-20 | 1 | -16/+60 |
| | | | p4raw-id: //depot/perl@15356 | ||||
* | Better place to initialize (IRIX cc noticed that | Jarkko Hietaniemi | 2002-03-16 | 1 | -1/+2 |
| | | | | | the many "goto defchars" bypass the initialization) p4raw-id: //depot/perl@15265 | ||||
* | HP-UX gcc 3 warnings found by Sarathy. | Jarkko Hietaniemi | 2002-03-16 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@15255 | ||||
* | more warnings tidyup | Paul Marquess | 2002-03-11 | 1 | -7/+7 |
| | | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15155 | ||||
* | As suggested by Anton Tagunov, eq and cmp now obey the | Jarkko Hietaniemi | 2002-03-07 | 1 | -1/+1 |
| | | | | | | | | | encoding pragma (by remapping their byte argument if the other argument is in Unicode). Also fix a bug found by Anton where ord undef under the encoding pragma would barf. ([ID 20020307.009] A null pointer dereference with 'use encoding') Finally, use the nicer form of sv_recode_to_utf8. p4raw-id: //depot/perl@15085 | ||||
* | taint + deprecated warnings | Paul Marquess | 2002-03-04 | 1 | -3/+2 |
| | | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15003 | ||||
* | Use to_uni_fold(). | Jarkko Hietaniemi | 2002-02-24 | 1 | -6/+1 |
| | | | p4raw-id: //depot/perl@14855 | ||||
* | Using uninitialized (and wrong) variables is not good. | Jarkko Hietaniemi | 2002-02-24 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@14851 | ||||
* | EBCDIC: this seems to calm the last of the | Jarkko Hietaniemi | 2002-02-24 | 1 | -12/+20 |
| | | | | | Malformed UTF-8 warnings. p4raw-id: //depot/perl@14850 | ||||
* | The POSIX extensions are deadly. | Jarkko Hietaniemi | 2002-02-19 | 1 | -3/+2 |
| | | | p4raw-id: //depot/perl@14765 | ||||
* | EBCDIC: now the worst seems to be over for | Jarkko Hietaniemi | 2002-02-18 | 1 | -1/+5 |
| | | | | | | the "Malformed" warnings. Still a few of them, and plenty of test failures, but getting better. p4raw-id: //depot/perl@14739 | ||||
* | "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC. | Jarkko Hietaniemi | 2002-02-11 | 1 | -12/+24 |
| | | | | | Stepping backward in the string would be majorly bad. p4raw-id: //depot/perl@14633 | ||||
* | (??{ }) anomaly | Yitzchak Scott-Thoennes | 2002-02-04 | 1 | -0/+2 |
| | | | | | Message-ID: <ZxgX8gzkgCXO092yn@efn.org> p4raw-id: //depot/perl@14547 | ||||
* | EBCDIC: more natification. | Jarkko Hietaniemi | 2002-02-03 | 1 | -6/+9 |
| | | | p4raw-id: //depot/perl@14540 | ||||
* | EBCDIC: character classes must remap the low 256. | Jarkko Hietaniemi | 2002-02-03 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@14534 | ||||
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@14391 | ||||
* | Don't bother checking for the Greek special | Jarkko Hietaniemi | 2002-01-13 | 1 | -1/+1 |
| | | | | | cases if the node is too short. p4raw-id: //depot/perl@14228 | ||||
* | Special treatment for U+03B0 and U+0390 in //i, | Jarkko Hietaniemi | 2002-01-12 | 1 | -0/+44 |
| | | | | | | this means that we can remove the minlen pessimisations introduced by the #14096. p4raw-id: //depot/perl@14219 | ||||
* | micropatch | Hugo van der Sanden | 2002-01-10 | 1 | -3/+1 |
| | | | | | Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk> p4raw-id: //depot/perl@14174 | ||||
* | [patch] save a test | Hugo van der Sanden | 2002-01-08 | 1 | -2/+3 |
| | | | | | Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk> p4raw-id: //depot/perl@14137 | ||||
* | leading (.*) should not be implicitly ^'d | Jeff Pinyan | 2002-01-07 | 1 | -1/+1 |
| | | | | | Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@14115 | ||||
* | More regex and utf8 debug dumping. | Jarkko Hietaniemi | 2002-01-07 | 1 | -3/+7 |
| | | | p4raw-id: //depot/perl@14114 | ||||
* | Unused variable. | Jarkko Hietaniemi | 2002-01-07 | 1 | -1/+0 |
| | | | p4raw-id: //depot/perl@14113 | ||||
* | Finish up (ha!) the Unicode case folding; | Jarkko Hietaniemi | 2002-01-05 | 1 | -16/+54 |
| | | | | | enhance regex dumping code. p4raw-id: //depot/perl@14096 | ||||
* | Ooops. Retract the regex parts of #14090. | Jarkko Hietaniemi | 2002-01-05 | 1 | -28/+9 |
| | | | p4raw-id: //depot/perl@14091 | ||||
* | [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too | Nicholas Clark | 2002-01-05 | 1 | -9/+28 |
| | | | | | Message-ID: <20020105181013.I300@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14090 | ||||
* | Do not add the first characters of multicharacter foldings | Jarkko Hietaniemi | 2002-01-03 | 1 | -3/+4 |
| | | | | | into character classes. p4raw-id: //depot/perl@14048 | ||||
* | Allow emitting the foldcased version of "\x{df}", "ss" | Jarkko Hietaniemi | 2002-01-03 | 1 | -2/+2 |
| | | | | | (among others, another example would be \x{fb00} -> "ff") p4raw-id: //depot/perl@14046 | ||||
* | Now that to_utf8_fold() was fixed. | Jarkko Hietaniemi | 2002-01-01 | 1 | -3/+1 |
| | | | p4raw-id: //depot/perl@14004 | ||||
* | Unused variable. | Jarkko Hietaniemi | 2001-12-31 | 1 | -1/+0 |
| | | | p4raw-id: //depot/perl@13988 | ||||
* | Add some comments to the recent Unicode case-folding saga. | Jarkko Hietaniemi | 2001-12-31 | 1 | -2/+21 |
| | | | p4raw-id: //depot/perl@13985 | ||||
* | Delay folding until necessary; start of handling | Jarkko Hietaniemi | 2001-12-31 | 1 | -11/+37 |
| | | | | | folding into several characters. p4raw-id: //depot/perl@13969 | ||||
* | Fix all the I case foldings as per CaseFold.txt. | Jarkko Hietaniemi | 2001-12-30 | 1 | -1/+2 |
| | | | p4raw-id: //depot/perl@13964 | ||||
* | Fix all the C(ommon) case foldings as per CaseFold.txt. | Jarkko Hietaniemi | 2001-12-30 | 1 | -0/+11 |
| | | | p4raw-id: //depot/perl@13963 | ||||
* | Must cast constants if they can be quads. | Jarkko Hietaniemi | 2001-12-24 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@13872 | ||||
* | The funky final sigma casefolding. | Jarkko Hietaniemi | 2001-12-23 | 1 | -1/+13 |
| | | | p4raw-id: //depot/perl@13866 | ||||
* | Fix encoding pragma. | Jarkko Hietaniemi | 2001-12-23 | 1 | -13/+19 |
| | | | p4raw-id: //depot/perl@13859 | ||||
* | and [BUG] \X and \C fixed, \X still dorked | Jeffrey Friedl | 2001-12-22 | 1 | -0/+2 |
| | | | | | | | Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com> (partially applied, most of the new tests need to be rethought) p4raw-id: //depot/perl@13857 | ||||
* | Unicode casefolding fixes. | Jarkko Hietaniemi | 2001-12-22 | 1 | -12/+10 |
| | | | p4raw-id: //depot/perl@13843 | ||||
* | Unadorned numbers evil. | Jarkko Hietaniemi | 2001-12-13 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@13672 | ||||
* | Fixes for casting problems detected on a SuSE 7.2 Itanium, | Jarkko Hietaniemi | 2001-12-12 | 1 | -1/+1 |
| | | | | | | mostly gcc -Wall complaining about the argument of %p not being a void *. p4raw-id: //depot/perl@13659 | ||||
* | Apply NetBSD patch-ae: another gcc sparc64 bug. | Jarkko Hietaniemi | 2001-12-09 | 1 | -0/+28 |
| | | | p4raw-id: //depot/perl@13566 | ||||
* | memset() is cheaper than a loop of 256 bit-a-a-times | Nicholas Clark | 2001-11-24 | 1 | -7/+3 |
| | | | | | Message-ID: <20011124163042.R37621@plum.flirble.org> p4raw-id: //depot/perl@13236 | ||||
* | Re: regex oddness with \Z and $& | Hugo van der Sanden | 2001-11-23 | 1 | -0/+1 |
| | | | | | Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk> p4raw-id: //depot/perl@13198 | ||||
* | Retract #13048: that introduced a malloc() (through savepvn()) | Jarkko Hietaniemi | 2001-11-18 | 1 | -3/+0 |
| | | | | | to *every* m//, which killed the performance quite badly. p4raw-id: //depot/perl@13079 |