-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathdiary.txt
35 lines (18 loc) · 1.07 KB
/
diary.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Date: Thu Jan 8 11:48:50 2015 +1100
Create README.md
Date: Wed Oct 16 19:38:34 2013 +1100
cleaned up directory for submission
Date: Wed Oct 16 19:23:28 2013 +1100
added demoes and tests and cleaned up code
Date: Mon Oct 7 20:15:38 2013 +1100
Added more tests and demoes, split, join, fixed some bugs, rewoeked chomp and array handling
Date: Mon Sep 30 23:22:10 2013 +1000
added some code for dealing with STDIN and $_ in certain cases (possibly buggy)
Date: Mon Sep 30 22:43:21 2013 +1000
changes: added break and continue, as well as cleaning up the arithmetic and adding untested s///. Also put together demo04 and got it working. (Plus ++ and --)
Date: Mon Sep 30 21:04:15 2013 +1000
'Changes: print without newline, if statements, removal of closing curly braces as well as adding comments to demoes explaining what they are testing'
Date: Mon Sep 30 20:15:26 2013 +1000
Updates: added parint without newline, altered demoes to be more comprehensive
Date: Fri Sep 27 18:40:17 2013 +1000
demoes created, base file altered