Fix bug [perl #24735] : make sure that the range (..) operator
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 27 Dec 2003 21:29:04 +0000 (21:29 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 27 Dec 2003 21:29:04 +0000 (21:29 +0000)
commitb0e74086c793b91e11f2cb4f6e6cda6343532701
tree823134472b1145758bb4b4686fd324ad7731ba09
parent5bbd4290dc068a04b65fb118bd01be1ae58c7454
Fix bug [perl #24735] : make sure that the range (..) operator
treats an undefined argument as 0 for numerical ranges and as ""
for magical string ranges.

p4raw-id: //depot/perl@21983
pp_ctl.c
t/op/range.t