-
Notifications
You must be signed in to change notification settings - Fork 4
/
FIXES
29 lines (24 loc) · 825 Bytes
/
FIXES
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
##########################################
# file : FIXES
# Copyright 2013 Krishnashish Gogoi
# Released under GPLv3
#
# Describes changes I've made to the
# original program.
#
# These are more like personal updates
# of what I do with this fork.
#
#
##########################################
--- Update - 1 --- 24 July 2013
- Fixed a bug that caused segfaults.
- Modularized the entire program.
- Added some potato comments.
- Moved the start() routine from recursion to iteration.
- Wrote a compareTime() function to properly compare time.
- Wrote a substring() function to pick out dates from <pubDate> tag.
- Created README, FIXES, COPYING, original/, sources/.
- Added a Makefile.
- Ate a hot pocket. And a baked potato.
--- Krishnashish Gogoi ----------------------------------------------------------