Commit Graph

146 Commits

Author SHA1 Message Date
Dan Buch
e172f73c82 Working through ex17 extra credit (again) and writing tests this time 2012-04-13 08:36:43 -04:00
Dan Buch
d6c08d37b9 TRIVIAL whitespace removal 2012-04-12 21:30:52 -04:00
Dan Buch
b70415e2c0 Reverting ex17 to a state that should be pretty close to the book source ... still need to check 2012-03-02 22:14:13 -05:00
Dan Buch
40a718203c Copying over the ex17 bits so that I can revert the main file to pre-extra-credit state 2012-03-02 22:10:11 -05:00
Dan Buch
a3133a8672 Adding in comments to match example code 2012-02-13 22:11:10 -05:00
Dan Buch
2e571b4641 Adding comments and modifying code to include changes made since last reading 2012-02-13 22:08:28 -05:00
Dan Buch
2345f4fa0b Adding back in some comments for line number matchiness 2012-02-13 22:03:16 -05:00
Dan Buch
0b956cbf06 Adding back the -std argument to CFLAGS so that we're allowed to use '//' comments 2012-02-13 21:54:10 -05:00
Dan Buch
c2d4d59032 Upgrading to valgrind 3.7.0 since I'm on linux3 2012-02-12 13:24:31 -05:00
Dan Buch
5494981c64 wherps, no shebang line thar 2012-02-12 13:11:30 -05:00
Dan Buch
27b496fbe3 While re-reading through ex4, it seems a shell script has been added for installing valgrind (yay!) 2012-02-12 13:11:03 -05:00
Dan Buch
e5fffdeaf1 Working through more compiler warnings... 2012-02-11 21:44:35 -05:00
Dan Buch
97043b1831 Extending CFLAGS a bit so that stuff breaks if it ain't right 2012-02-11 21:22:19 -05:00
Dan Buch
898c6e4be1 Getting rid of some more compiler warnings 2012-02-11 14:39:50 -05:00
Dan Buch
8ad2b3d4ca Forgot to clean up after myself a bit 2012-02-11 14:33:56 -05:00
Dan Buch
bb0ac185fe Perhaps incorrectly fixing another format sequence warning 2012-02-11 13:26:39 -05:00
Dan Buch
1f224f98ef Fixing some format sequences to get rid of warnings 2012-02-11 13:24:36 -05:00
Dan Buch
313b7e6e44 Filling in the devpkg main executable, almost ready for challenge and mid-term (?) 2011-11-17 07:55:03 -05:00
Dan Buch
61c100d6dc Finally fixing the compilation error related to apr by defining _LARGEFILE64_SOURCE 2011-11-16 09:10:55 -05:00
Dan Buch
8e5f3ee27d Done up through the commands.* files, but still getting compilation errors related to apr (?) 2011-11-16 08:58:37 -05:00
Dan Buch
4d9a65545c Working through ch27 devpkg, though still having compilation problems with apr_errno.h 2011-11-15 21:44:11 -05:00
Dan Buch
e4ce3ea6cc First version of makefile for devpkg 2011-11-15 19:21:53 -05:00
Dan Buch
fcef08e87e Stubbing in layout for devpkg 2011-11-15 19:15:43 -05:00
Dan Buch
ee0d1a4319 Shell script to install the APR stuff that will be used while making devpkg in ch27 ex26 2011-11-15 19:09:23 -05:00
Dan Buch
499f82221a Adding some fuzzing input for doing mem check stuff in ex25 2011-11-13 09:40:48 -05:00
Dan Buch
21ecef64a6 First working version of ch26 ex25 2011-11-12 20:20:28 -05:00
Dan Buch
e1a390dd08 One more exercise with IO functions. 2011-11-12 13:43:44 -05:00
Dan Buch
1789da0d74 Playing with freopen to redirect stdout. 2011-11-12 11:05:16 -05:00
Dan Buch
b1260e7f5c adding a script to help me check for my uses of the io functions 2011-11-12 10:40:00 -05:00
Dan Buch
3b738faa65 Trying and failing to use fcloseall. 2011-11-12 10:35:59 -05:00
Dan Buch
11139d2f67 Adding another io functions exercise for ch25 2011-11-11 08:58:43 -05:00
Dan Buch
2e0a5d5c99 Breaking out ex24 iofunctions files and writing a shell-based test thingy 2011-11-11 08:22:26 -05:00
Dan Buch
b5b0213c5d Working on more example usages of io functions for ch25 2011-11-10 19:56:32 -05:00
Dan Buch
912eb6a143 Working through usages of all I/O functions whil in chapter 25 2011-11-08 08:21:40 -05:00
Dan Buch
340b1f207d Using atoi and strtod instead of fscanf 2011-11-06 17:04:46 -05:00
Dan Buch
74e3d00e44 Setting back to correct version using fgets 2011-11-06 09:23:44 -05:00
Dan Buch
6f8c69f763 Crappy version using gets instead of fgets 2011-11-06 09:19:25 -05:00
Dan Buch
a0ebd0b587 Setting back to proper version of ex24.c 2011-11-06 09:16:12 -05:00
Dan Buch
afc7edba40 Busted version of ex24.c with fscanf instead of fgets 2011-11-06 08:15:32 -05:00
Dan Buch
0a6404f838 First working version of ch25 ex24.c 2011-11-06 08:12:39 -05:00
Dan Buch
566a7584d7 First version of ch24 ex23.c 2011-11-04 09:02:59 -04:00
Dan Buch
22c3d73692 Using pointers to access previously sheltered variables 2011-11-04 08:43:16 -04:00
Dan Buch
c8233ae231 Minor (silly) change to output 2011-11-04 08:24:07 -04:00
Dan Buch
601f722221 doing extra credit for ch23 ex22 2011-11-04 00:01:16 -04:00
Dan Buch
316ce7f8be cleaning up makefile stuff for ex22 2011-11-01 22:05:27 -04:00
Dan Buch
f2110a5d13 Working version of ex22 2011-11-01 21:56:34 -04:00
Dan Buch
877763c15c Starting to work through ch23 ex22 2011-11-01 21:16:22 -04:00
Dan Buch
c2615babf7 Fixing some compiler warnings. 2011-11-01 08:06:00 -04:00
Dan Buch
86d78ce333 Printing out a bunch more sizes for ex21. 2011-11-01 08:03:40 -04:00
Dan Buch
418a1264c6 Yet more printing of type sizes (no surprises yet). 2011-10-28 08:34:28 -04:00