Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins that include changes to files matching 'src/*'

2011-06-24
07:02
I am having some kind of writers block, so I'll just insert a bunch of eggs into the source code. Closed-Leaf check-in: 5ac850861b user: alex tags: scope
03:07
I added some better doc to arrays.c, and had a little too much fun with slashes on arrays-clean.c . check-in: 051fea1b61 user: alex tags: scope
2011-06-23
16:33
A small, insignificant adjustment. Leaf check-in: 6fff63a2f6 user: alex tags: trunk
2010-05-16
01:10
Where do I start? First, I finally got count_lines to work the way I want it too, which is to count newlines, tabs, spaces, and characters (the name is going to be changed later. I know that dashes are better, but for some reason I autotools did not like it when I tried editing a Makefile for the first time. I also changed the arrays program so that it would be accurate. (I did not know that the first array was zero. I also changed .gitignore so that git would ignore the count_lines program when it gets compiled.

Signed-off-by: Alex Stubbins <darklinkxxxx@gmail.org>

[bb7f05252e | fixed email] check-in: 92aa5e5c40 user: darklinkxxxx@gmail.com tags: trunk

2010-05-13
12:39
git: ignore the new binarys check-in: a9a96e0ef3 user: j.neuschaefer@gmx.net tags: trunk
12:34
buildsystem: compile those new source files check-in: 246fb10e27 user: j.neuschaefer@gmx.net tags: trunk
12:06
delete the binarys

delete the binarys of arrays.c and functions.c check-in: 3f551f4984 user: j.neuschaefer@gmx.net tags: trunk

2010-05-10
16:35
I added some documentation to the function program, and I created a documentation version of arrays called arrays-clean because with the documentation, it is kind of messy.

[bb7f05252e | fixed email] check-in: f9b8868b21 user: darklinkxxxx@gmail.com tags: trunk

03:48
I added a program showing functions.

[bb7f05252e | fixed email] check-in: 84ee80417a user: darklinkxxxx@gmail.com tags: trunk

2010-05-09
16:26
I added some documentation to arrarys.c

[bb7f05252e | fixed email] check-in: e6dba22c07 user: darklinkxxxx@gmail.com tags: trunk

14:11
I added an example on arrays. Documentation is to be done soon.

[bb7f05252e | fixed email] check-in: f247767705 user: darklinkxxxx@gmail.com tags: trunk

2010-05-01
17:09
I am trying to get count-lines to also count tabs. Once this functionality is added, I should probably rename the program. After this program does what it is supposed to, I think that we are going to merge this branch into master.

[[Closed because it is no longer of use, and it no longer serves a purpose.]] Closed-Leaf check-in: dd1802cb19 user: darklinkxxxx@gmail.com tags: construction

17:00
Merge branch 'construction-corrections' of ssh://repo.or.cz/srv/git/C_programing_practice into construction-corrections check-in: a73cf14f7d user: darklinkxxxx@gmail.com tags: construction
13:28
improve {,src/}.gitignore check-in: 3a621c151a user: j.neuschaefer@gmx.net tags: trunk
11:57
some corrections on count-lines.c check-in: 4854dd1322 user: j.neuschaefer@gmx.net tags: construction, trunk
2010-04-30
13:44
buildsystem: compile count-lines.c check-in: 7116ef3d32 user: j.neuschaefer@gmx.net tags: construction, trunk
13:43
git: ignore the count-lines binary check-in: a9b56bd37d user: j.neuschaefer@gmx.net tags: construction, trunk
12:58
delete some unneeded files check-in: cc8e167d0a user: j.neuschaefer@gmx.net tags: construction, trunk
02:58
I changed count-lines, but I am still having problems. check-in: 227b15e847 user: alex@Dn-lin.localdomain tags: construction, trunk
01:28
I am trying to add another io program called count-lines. It (is supposed to) count the number of lines. check-in: 94c272d2c6 user: alex@Dn-lin.localdomain tags: construction, trunk
2010-04-28
23:04
I added instructions to compile (for the super computer illiterate. check-in: a76fbb9f0d user: alex@Dn-lin.localdomain tags: construction, trunk
20:02
make git ignore all those new autogenerated files check-in: 20dc1e7ee7 user: j.neuschaefer@gmx.net tags: construction, trunk
19:41
add an autoconf+automake build system check-in: e2239c5083 user: j.neuschaefer@gmx.net tags: construction, trunk
2010-04-24
23:07
Merge branch 'mob' of ssh://repo.or.cz/srv/git/C_programing_practice into mob check-in: 9514fcff3c user: darklinkxxxx@gmail.com tags: construction, trunk
22:20
filenames: use dashes instead of spaces check-in: 2389ddf6f7 user: j.neuschaefer@gmx.net tags: construction, trunk
22:07
Add an example for command line handling check-in: 101c0549e3 user: j.neuschaefer@gmx.net tags: construction, trunk
19:52
Merge branch 'mob' check-in: 1dff2a1615 user: darklinkxxxx@gmail.com tags: construction, trunk
17:45
i added some documentation. check-in: 6f5f5e5382 user: darklinkxxxx@gmail.com tags: construction, trunk
03:44
I added some documentation for hello-forever. check-in: 91e42b506f user: darklinkxxxx@gmail.com tags: construction, trunk
03:23
I added a program called hello-forever, which prints hello world and then a newline forever until the user kills it. check-in: 40f0917eb9 user: darklinkxxxx@gmail.com tags: construction, trunk
2010-04-20
00:21
I took a magic number in the while loop and I turned it into a constant.

Signed-off-by: Alex Stubbins <alex@alex-laptop.(none)> check-in: 678223854c user: alex@alex-laptop.(none) tags: construction, trunk

2010-04-19
00:22
I finished the doecumentation on the minimalistic C program. check-in: 0d86316bb2 user: alex@alex-laptop.(none) tags: construction, trunk
2010-04-18
16:07
make git ignore *~ files check-in: a5bdf25402 user: j.neuschaefer@gmx.net tags: construction, trunk
16:03
remove those *~ files check-in: 8892bb194d user: j.neuschaefer@gmx.net tags: construction, trunk
15:47
filenames: use dashes instead of spaces check-in: e2c8139630 user: j.neuschaefer@gmx.net tags: construction, trunk
2010-04-14
22:26
I made the minimalistic c program more readable.

Signed-off-by: Alex Stubbins <darklinkxxxx@gmail.com> check-in: 0c3c94d384 user: darklinkxxxx@gmail.com tags: construction, trunk

02:20
. check-in: c4bbbd2145 user: darklinkxxxx@gmail.com tags: construction, trunk
2010-04-13
23:03
I am updating the mob branch. check-in: 4b157a8e88 user: darklinkxxxx@gmail.com tags: construction, trunk
17:30
After a bunch of choas, I finally got things back to normal. check-in: 20233b54f8 user: darklinkxxxx@gmail.com tags: construction, trunk
17:20
This is a temporary blank branch. check-in: c04a56c513 user: darklinkxxxx@gmail.com tags: construction, trunk
04:09
I gave the minimalist c program its own branch.

Signed-off-by: Alex Stubbins <darklinkxxxx@gmail.com> check-in: 063dbd872d user: darklinkxxxx@gmail.com tags: construction, trunk

04:00
I gave the loops programs there own branch.

Signed-off-by: Alex Stubbins <darklinkxxxx@gmail.com> check-in: 355450314d user: darklinkxxxx@gmail.com tags: construction, trunk

2010-04-12
20:38
I compacted the io progam. check-in: 182737b3ea user: darklinkxxxx@gmail.com tags: construction, trunk
03:23
. check-in: e6e3e28283 user: darklinkxxxx@gmail.com tags: construction, trunk
2010-04-11
15:42
To prove that I know how to program it, I rewrote the fahrenheight to celsius program. check-in: 77b1aa05e3 user: darklinkxxxx@gmail.com tags: construction, trunk
2010-04-10
20:10
I added a program that converts fahrenheight to celsius. check-in: b076e34208 user: darklinkxxxx@gmail.com tags: construction, trunk
16:10
I added a program called io which demonstrates some input output capabilities.

Signed-off-by: Alex Stubbins <darklinkxxxx@gmail.com> check-in: 8da70faa42 user: darklinkxxxx@gmail.com tags: construction, trunk

03:20
I completed the while program. check-in: e1d935c830 user: darklinkxxxx@gmail.com tags: construction, trunk
03:00
_ check-in: c62ab7496d user: darklinkxxxx@gmail.com tags: construction, trunk
02:51
Merge branches 'master' and 'mob' ed while, which"

This reverts commit b207ca9df4cd92e6e286116e0a8df1d257fbb95e.

Conflicts:

src/loops/while.c

Conflicts: src/loops/for.c check-in: 9a70a61897 user: darklinkxxxx@gmail.com tags: construction, trunk