📄 cvs.log
字号:
RCS file: /student/332/groups/cvshidden/mickey/a3/Makefile,vWorking file: Makefilehead: 1.9branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 9; selected revisions: 9description:----------------------------revision 1.9date: 2005/03/21 20:44:13; author: bmg002; state: Exp; lines: +2 -1didn't need partb.sh, only for testing.fixed all other code and made it look nicer.----------------------------revision 1.8date: 2005/03/21 04:59:49; author: bmg002; state: Exp; lines: +5 -3seem to either have a bug in the test file or in mymem.c. Seems to not handle threads very well. Hopefully fixed tomorrow.----------------------------revision 1.7date: 2005/03/18 03:01:17; author: bmg002; state: Exp; lines: +2 -2Changed test.c to make it actually test mymem.cChanged a few bugs in mymem.c, still a major bug exists with the free. fixed malloc bugs, mainly a bug in currMemAlloc and numAlloc being incremented before init. renamed init as libtree.a has an init functionchanged Makefile to include -lmymem for test.cremoved mymemwithcomments.c as it is no longer needed.----------------------------revision 1.6date: 2005/03/17 17:52:58; author: wec924; state: Exp; lines: +2 -2partB program done!----------------------------revision 1.5date: 2005/03/16 18:02:17; author: wec924; state: Exp; lines: +9 -2partB almost done!----------------------------revision 1.4date: 2005/03/14 16:51:35; author: wec924; state: Exp; lines: +1 -1update the Makefile----------------------------revision 1.3date: 2005/03/14 16:49:43; author: wec924; state: Exp; lines: +9 -9update the Makefile----------------------------revision 1.2date: 2005/03/11 22:02:42; author: bmg002; state: Exp; lines: +2 -2added test.c which must be edited before it will be a test for mymem.c. Currently it is a test for our tree theory about how editing a node in 1 tree (if no malloc is done on the node before inserting it) will result in the node being identical to the node in another tree (even if values are changed). sorting may be required.Makefile fixed the CFLAGSmymem.c should be almost complete. Testing not done yet.mymem.h removed include of os.h as it was giving error (non existant).all compiles (apart from tree, but that is fixable).will work more on weekend.----------------------------revision 1.1date: 2005/03/10 15:15:32; author: bmg002; state: Exp;added makefile and mymem.h, both of which should be complete, but might need minor changes later.added code to mymem.c. Still needs work, but it is a start. Needs tree search code added to it and a few other tweaks. Shouldn't be too hard to get working. hopefully :P=============================================================================RCS file: /student/332/groups/cvshidden/mickey/a3/Attic/docs.sxw,vWorking file: docs.sxwhead: 1.4branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 4; selected revisions: 4description:----------------------------revision 1.4date: 2005/03/21 20:44:50; author: bmg002; state: dead; lines: +0 -0didn't need docs.sxw anymore.----------------------------revision 1.3date: 2005/03/21 20:44:14; author: bmg002; state: Exp; lines: +24 -19didn't need partb.sh, only for testing.fixed all other code and made it look nicer.----------------------------revision 1.2date: 2005/03/21 19:30:59; author: bmg002; state: Exp; lines: +43 -42fixed output of the program.----------------------------revision 1.1date: 2005/03/21 04:27:06; author: bmg002; state: Exp;changed partb.c to have more meaningful output. Changed test.c to actually test things. Have to change test.c to handle threads.added documentation files (1 pdf, 1 spreadsheet, and 1 document. pdf and doc not done, just started. finish tomorrow.)added shell script for testing partb (partb.sh).=============================================================================RCS file: /student/332/groups/cvshidden/mickey/a3/documentation.pdf,vWorking file: documentation.pdfhead: 1.1branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 1; selected revisions: 1description:----------------------------revision 1.1date: 2005/03/21 04:27:07; author: bmg002; state: Exp;changed partb.c to have more meaningful output. Changed test.c to actually test things. Have to change test.c to handle threads.added documentation files (1 pdf, 1 spreadsheet, and 1 document. pdf and doc not done, just started. finish tomorrow.)added shell script for testing partb (partb.sh).=============================================================================RCS file: /student/332/groups/cvshidden/mickey/a3/graph.sxc,vWorking file: graph.sxchead: 1.2branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 2; selected revisions: 2description:----------------------------revision 1.2date: 2005/03/21 19:31:00; author: bmg002; state: Exp; lines: +5644 -4898fixed output of the program.----------------------------revision 1.1date: 2005/03/21 04:27:07; author: bmg002; state: Exp;changed partb.c to have more meaningful output. Changed test.c to actually test things. Have to change test.c to handle threads.added documentation files (1 pdf, 1 spreadsheet, and 1 document. pdf and doc not done, just started. finish tomorrow.)added shell script for testing partb (partb.sh).=============================================================================RCS file: /student/332/groups/cvshidden/mickey/a3/list.c,vWorking file: list.chead: 1.1branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 1; selected revisions: 1description:----------------------------revision 1.1date: 2005/03/16 18:03:18; author: bmg002; state: Exp;added the required list files.=============================================================================RCS file: /student/332/groups/cvshidden/mickey/a3/list.h,vWorking file: list.hhead: 1.1branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 1; selected revisions: 1description:----------------------------revision 1.1date: 2005/03/16 18:03:19; author: bmg002; state: Exp;added the required list files.=============================================================================RCS file: /student/332/groups/cvshidden/mickey/a3/mymem.c,vWorking file: mymem.chead: 1.9branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 9; selected revisions: 9description:----------------------------revision 1.9date: 2005/03/21 20:44:14; author: bmg002; state: Exp; lines: +6 -12didn't need partb.sh, only for testing.fixed all other code and made it look nicer.----------------------------revision 1.8date: 2005/03/21 18:19:53; author: bmg002; state: Exp; lines: +40 -11seems to be working :)----------------------------revision 1.7date: 2005/03/18 18:20:19; author: bmg002; state: Exp; lines: +59 -25fixed mymem.c and did better testing. Still need to change testing to threads.----------------------------revision 1.6date: 2005/03/18 03:01:17; author: bmg002; state: Exp; lines: +28 -18Changed test.c to make it actually test mymem.cChanged a few bugs in mymem.c, still a major bug exists with the free. fixed malloc bugs, mainly a bug in currMemAlloc and numAlloc being incremented before init. renamed init as libtree.a has an init functionchanged Makefile to include -lmymem for test.cremoved mymemwithcomments.c as it is no longer needed.----------------------------revision 1.5date: 2005/03/16 16:43:18; author: bmg002; state: Exp; lines: +14 -10changed the compareSize and orderSize functions to handle better sorting andshould allow for O(logN) because doing a TreeKeySearch() instead of a TreeSearch().----------------------------revision 1.4date: 2005/03/14 18:00:52; author: bmg002; state: Exp; lines: +108 -7mymem.c: changed the TreeKeySearch on MemFreeSize to a TreeSearch and added appropriate TreeAdd and TreeRemove for MemFreeSize.test.c: changed the #include "tree.h" to a #include <tree.h>.----------------------------revision 1.3date: 2005/03/11 22:02:42; author: bmg002; state: Exp; lines: +103 -36added test.c which must be edited before it will be a test for mymem.c. Currently it is a test for our tree theory about how editing a node in 1 tree (if no malloc is done on the node before inserting it) will result in the node being identical to the node in another tree (even if values are changed). sorting may be required.Makefile fixed the CFLAGSmymem.c should be almost complete. Testing not done yet.mymem.h removed include of os.h as it was giving error (non existant).all compiles (apart from tree, but that is fixable).will work more on weekend.----------------------------revision 1.2date: 2005/03/10 15:15:33; author: bmg002; state: Exp; lines: +59 -9added makefile and mymem.h, both of which should be complete, but might need minor changes later.added code to mymem.c. Still needs work, but it is a start. Needs tree search code added to it and a few other tweaks. Shouldn't be too hard to get working. hopefully :P----------------------------revision 1.1date: 2005/03/09 17:21:32; author: wec924; state: Exp;*** empty log message ***=============================================================================RCS file: /student/332/groups/cvshidden/mickey/a3/mymem.h,vWorking file: mymem.hhead: 1.2branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 2; selected revisions: 2description:----------------------------revision 1.2date: 2005/03/11 22:02:42; author: bmg002; state: Exp; lines: +11 -3added test.c which must be edited before it will be a test for mymem.c. Currently it is a test for our tree theory about how editing a node in 1 tree (if no malloc is done on the node before inserting it) will result in the node being identical to the node in another tree (even if values are changed). sorting may be required.Makefile fixed the CFLAGS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -