📄 cvs.log
字号:
mymem.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:33; 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/mymemwithcomments.c,vWorking file: mymemwithcomments.chead: 1.2branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 2; selected revisions: 2description:----------------------------revision 1.2date: 2005/03/18 03:01:18; author: bmg002; state: dead; lines: +0 -0Changed 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.1date: 2005/03/11 22:03:23; author: bmg002; state: Exp;added mymemwithcomments.c just in case there is a large bug in mymem.c and can look back and (hopefully) fix it.=============================================================================RCS file: /student/332/groups/cvshidden/mickey/a3/partb.c,vWorking file: partb.chead: 1.7branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 7; selected revisions: 7description:----------------------------revision 1.7date: 2005/03/21 20:44:15; author: bmg002; state: Exp; lines: +9 -8didn't need partb.sh, only for testing.fixed all other code and made it look nicer.----------------------------revision 1.6date: 2005/03/21 19:31:08; author: bmg002; state: Exp; lines: +4 -6fixed output of the program.----------------------------revision 1.5date: 2005/03/21 18:19:54; author: bmg002; state: Exp; lines: +6 -4seems to be working :)----------------------------revision 1.4date: 2005/03/21 04:27:10; author: bmg002; state: Exp; lines: +12 -2changed 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).----------------------------revision 1.3date: 2005/03/17 17:52:58; author: wec924; state: Exp; lines: +68 -64partB program done!----------------------------revision 1.2date: 2005/03/16 21:50:46; author: bmg002; state: Exp; lines: +24 -17changed it a bit, but still isn't working...----------------------------revision 1.1date: 2005/03/16 18:02:18; author: wec924; state: Exp;partB almost done!=============================================================================RCS file: /student/332/groups/cvshidden/mickey/a3/Attic/partb.sh,vWorking file: partb.shhead: 1.3branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 3; selected revisions: 3description:----------------------------revision 1.3date: 2005/03/21 20:44:15; author: bmg002; state: dead; lines: +0 -0didn't need partb.sh, only for testing.fixed all other code and made it look nicer.----------------------------revision 1.2date: 2005/03/21 18:19:54; author: bmg002; state: Exp; lines: +4 -4seems to be working :)----------------------------revision 1.1date: 2005/03/21 04:27:11; 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/test.c,vWorking file: test.chead: 1.8branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 8; selected revisions: 8description:----------------------------revision 1.8date: 2005/03/21 20:44:16; author: bmg002; state: Exp; lines: +21 -87didn't need partb.sh, only for testing.fixed all other code and made it look nicer.----------------------------revision 1.7date: 2005/03/21 18:19:55; author: bmg002; state: Exp; lines: +21 -5seems to be working :)----------------------------revision 1.6date: 2005/03/21 04:59:49; author: bmg002; state: Exp; lines: +96 -10seem 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.5date: 2005/03/21 04:27:11; author: bmg002; state: Exp; lines: +2 -3changed 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).----------------------------revision 1.4date: 2005/03/18 18:20:19; author: bmg002; state: Exp; lines: +51 -10fixed mymem.c and did better testing. Still need to change testing to threads.----------------------------revision 1.3date: 2005/03/18 03:01:18; author: bmg002; state: Exp; lines: +35 -37Changed 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.2date: 2005/03/14 18:00:52; author: bmg002; state: Exp; lines: +1 -1mymem.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.1date: 2005/03/11 22:02:43; author: bmg002; state: Exp;added 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.=============================================================================RCS file: /student/332/groups/cvshidden/mickey/a3/tree.h,vWorking file: tree.hhead: 1.2branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 2; selected revisions: 2description:----------------------------revision 1.2date: 2005/03/10 03:47:42; author: wec924; state: Exp; lines: +4 -0add TreeKeySearch----------------------------revision 1.1date: 2005/03/09 17:23:01; author: bmg002; state: Exp;added tree files=============================================================================RCS file: /student/332/groups/cvshidden/mickey/a3/tree_adders.c,vWorking file: tree_adders.chead: 1.1branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 1; selected revisions: 1description:----------------------------revision 1.1date: 2005/03/09 17:23:01; author: bmg002; state: Exp;added tree files=============================================================================RCS file: /student/332/groups/cvshidden/mickey/a3/tree_movers.c,vWorking file: tree_movers.chead: 1.3branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 3; selected revisions: 3description:----------------------------revision 1.3date: 2005/03/14 16:49:44; author: wec924; state: Exp; lines: +1 -2update the Makefile----------------------------revision 1.2date: 2005/03/10 03:47:43; author: wec924; state: Exp; lines: +37 -2add TreeKeySearch----------------------------revision 1.1date: 2005/03/09 17:23:01; author: bmg002; state: Exp;added tree files=============================================================================RCS file: /student/332/groups/cvshidden/mickey/a3/tree_removers.c,vWorking file: tree_removers.chead: 1.1branch:locks: strictaccess list:symbolic names:keyword substitution: kvtotal revisions: 1; selected revisions: 1description:----------------------------revision 1.1date: 2005/03/09 17:23:01; author: bmg002; state: Exp;added tree files=============================================================================
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -