Go to file
2011-11-15 19:21:53 -05:00
devpkg First version of makefile for devpkg 2011-11-15 19:21:53 -05:00
.gitignore Stubbing in layout for devpkg 2011-11-15 19:15:43 -05:00
apr-install-script.sh 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
break-ex10.py fixed inconsistent python compatibility guarding :P 2011-09-10 02:09:53 -03:00
break-ex25.rb Stubbing in layout for devpkg 2011-11-15 19:15:43 -05:00
check-for-iofunctions.sh adding a script to help me check for my uses of the io functions 2011-11-12 10:40:00 -05:00
dbg.h Worked through ex20 2011-10-27 21:14:28 -04:00
ex1.c extra credit stuff 2011-09-03 20:50:44 -07:00
ex3.c up to chapter 7 2011-09-04 22:18:49 -04:00
ex4.c up to chapter 7 2011-09-04 22:18:49 -04:00
ex5.c done up to chapter 8 2011-09-04 22:33:10 -04:00
ex6.c doing 7.3 extra credit 2011-09-05 09:10:19 -04:00
ex7.c messing around with the size of "universe_of_defects" 2011-09-08 15:57:49 -04:00
ex8.c extra credit for ch. 9 2011-09-08 22:33:37 -04:00
ex9.c more int/char playing around, casting name as int 2011-09-08 22:52:39 -04:00
ex10.c back to initial state 2011-09-09 14:37:10 -04:00
ex11.c using strlen and strncpy to make copies of strings instead of just copying pointers, although the need for (char *) makes me think I don't have the right idea 2011-09-10 01:06:06 -04:00
ex12.c first version of ex12 2011-09-10 11:54:21 -04:00
ex13.c back to using switch 2011-09-13 23:07:39 -04:00
ex14.c back to printing alpha and blanks 2011-09-18 10:41:52 -04:00
ex15.c switching for-loops to while-loops 2011-09-19 23:09:29 -04:00
ex16.c back to version that uses malloc/free and pointers 2011-09-20 14:39:07 -04:00
ex17.c busted, but really must move along... 2011-10-12 08:04:23 -04:00
ex18.c adding the bit of tomfoolery which looks at the raw byte code of functions 2011-10-23 23:07:53 -04:00
ex19.c Working through extra credit for ch20 ex19 2011-10-26 04:21:16 -04:00
ex19.h Adding the header file and separate makefile for ex19 2011-10-25 20:42:56 -04:00
ex19.mk Worked through ex20 2011-10-27 21:14:28 -04:00
ex20.c Worked through ex20 2011-10-27 21:14:28 -04:00
ex21.c Fixing some compiler warnings. 2011-11-01 08:06:00 -04:00
ex22_ec1.c Minor (silly) change to output 2011-11-04 08:24:07 -04:00
ex22_main.c Using pointers to access previously sheltered variables 2011-11-04 08:43:16 -04:00
ex22.c Using pointers to access previously sheltered variables 2011-11-04 08:43:16 -04:00
ex22.h Using pointers to access previously sheltered variables 2011-11-04 08:43:16 -04:00
ex22.mk doing extra credit for ch23 ex22 2011-11-04 00:01:16 -04:00
ex23.c First version of ch24 ex23.c 2011-11-04 09:02:59 -04:00
ex24_iofunctions01.c Breaking out ex24 iofunctions files and writing a shell-based test thingy 2011-11-11 08:22:26 -05:00
ex24_iofunctions02.c Breaking out ex24 iofunctions files and writing a shell-based test thingy 2011-11-11 08:22:26 -05:00
ex24_iofunctions03.c Adding another io functions exercise for ch25 2011-11-11 08:58:43 -05:00
ex24_iofunctions04.c Trying and failing to use fcloseall. 2011-11-12 10:35:59 -05:00
ex24_iofunctions05.c Playing with freopen to redirect stdout. 2011-11-12 11:05:16 -05:00
ex24_iofunctions06.c One more exercise with IO functions. 2011-11-12 13:43:44 -05:00
ex24.c Using atoi and strtod instead of fscanf 2011-11-06 17:04:46 -05:00
ex25-fuzz-input Adding some fuzzing input for doing mem check stuff in ex25 2011-11-13 09:40:48 -05:00
ex25.c First working version of ch26 ex25 2011-11-12 20:20:28 -05:00
iofunctions.txt adding a script to help me check for my uses of the io functions 2011-11-12 10:40:00 -05:00
Makefile Breaking out ex24 iofunctions files and writing a shell-based test thingy 2011-11-11 08:22:26 -05:00
object.c Working through extra credit for ch20 ex19 2011-10-26 04:21:16 -04:00
object.h adding new object.h for ch.20 ex.19 2011-10-25 20:11:42 -04:00
README.md adding a README to appease the octocat 2011-09-05 09:17:01 -04:00
test_ex19.sh Breaking out ex24 iofunctions files and writing a shell-based test thingy 2011-11-11 08:22:26 -05:00
test_ex24_iofunctions.sh Breaking out ex24 iofunctions files and writing a shell-based test thingy 2011-11-11 08:22:26 -05:00

Zed asked for folks to work through Learn C The Hard Way and provide feedback, so that's what I'm doing.