[Show "Revision History"] [Show "General Page Infos"] [Show "Page hits and edits"]

Revision History

Showing page edit history entries from 21 to 30 out of 80 entries total. (5 | 10 | 25 | 50 | 100 | 200 items per page)

# Date Size Editor Comment Action
30 2010-04-15 15:36:05 11779 to previous GreyCat link to IFS view
29 2010-01-26 18:36:04 11777 to previous cE67647C1 Fix link to associative arrays view
28 2009-12-29 17:19:53 11740 to previous MatthiasPopp   view
27 2009-10-29 20:01:44 11717 to previous GreyCat clarify a few things, and add a <() example up front view
26 2009-10-28 13:39:11 11652 to previous 206-248-139-163   view
25 2009-09-15 18:19:02 11640 to previous GreyCat ./* and some minor fixing in one example view
24 2009-09-14 16:59:51 11604 to previous GreyCat add bash 4 stuff (mapfile), reorganize the loading-array section a bit view
23 2009-07-01 20:14:29 11055 to previous GreyCat Lots of clean-up. view
22 2009-07-01 14:26:14 10041 to previous localhost [igli] $'\0' ?! yuck ;) quick comment about ${arr[0]} and $arr view
21 2009-07-01 12:29:40 9893 to previous localhost [igli] ${#arr[*]} is faster than ${#arr[@]} and gives same result; nor should it be checked on every iteration unless you're adding to the array. for is quicker and preferred with loop incr view