Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 992 Bytes

TODO.txt

File metadata and controls

26 lines (23 loc) · 992 Bytes
 
Jan 5, 2004
Jan 5, 2004
1
2
3
4
5
- md5sum of patchfile itself?
- Move confirm() to UI abstraction.
- Integrate xdelta into single binary?
- Lots of tests for dir/notdir or file/notfile...no symlinks support, etc.
May 25, 2004
May 25, 2004
6
7
8
- Standardize datatypes.
- Make everything fit in 80 columns...
- Split mojopatch.c into multiple files.
May 25, 2004
May 25, 2004
9
10
- Get other platforms besides Mac updated and building again.
- Look for FIXMEs...
May 27, 2004
May 27, 2004
11
- "_fatal" isn't really appropriate anymore, since it might not be fatal.
May 27, 2004
May 27, 2004
12
13
14
- We md5sum to compare files. A byte-by-byte compare that halts as soon as
there's a difference would be much faster when creating the initial patch
files.
Apr 22, 2005
Apr 22, 2005
15
16
17
18
19
20
21
22
23
- Do a binary package for MacOS so people don't have to build from source.
(But fix some other nasties first).
- Windows port.
- Linux port...gtk, qt? Besides some platform_unix things, the thing should
mostly work with the stdio UI driver...
- XCode project for MacOS
- MacOS Classic? :)
- Documentation! Anything at all!
- Write a GUI for generating patches.
May 25, 2004
May 25, 2004
24
May 25, 2004
May 25, 2004
25
/* end of TODO ... */