CoolFace
Datasetpublic

hschumann2/TempleOS-Source-Code

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes838downloads
ChgLog.txt402 linesDownload Raw Back to Doc
1 2                                   Change Log3 4Use R() to rename if I change a label.5 6----06/03/17 18:41:21----7 8----04/30/17 22:24:51----9* CmdLinePmt() doesn't print U0 ans.10* Added comma flag StrPrintJoin(,"%,p");11* Enhanced PrintErr() and PrintWarn().12 13----04/28/17 22:29:09----14* Modified ::/Demo/AcctExample/TOS/TOSBlog.HC and15::/Demo/AcctExample/TOS/TOSToHtml.HC.16* R("fmtstr","format");17* R("fmtdata","data");18 19----04/21/17 14:17:49----20* R("MODULE_ORG","ORG");21 22----03/17/17 00:35:11----23* Added toggle AutoSave <CTRL-SHIFT-s>.24 25----03/14/17 00:14:39----26* TempleOS version 5.03 Released27* R("pen_width","thick");28 29----02/05/17 16:37:39----30* Added ::/Doc/BlkChain.DD.31 32----02/03/17 17:27:36----33* Added multicore ::/Adam/AMathODE.HC.34* Improved support for sub and super scripts.35 36----01/31/17 10:22:10----37* Added ::/Demo/Graphics/LightTable.HC.38* Added TOS Linux Setup.39 40----01/27/17 08:13:37----41* Added DocLineRead() and DocLineWrite().42 43----01/25/17 20:44:17----44* R("DocLineNumGoto","DocGoToLine");45* R("Clipboard","Clip");46* R("AutoMountIDE","MountIDEAuto");47* R("ChgExt","ExtChg");48* R("DftExt","ExtDft");49* R("CurDir","DirCur");50* R("MkDir","DirMk");51* R("ChkDsk","DskChk");52* R("ChgDsk","DskChg");53* R("PrtDsk","DskPrt");54* R("RBlks","BlkRead");55* R("WBlks","BlkWrite");56* R("FRBlks","FBlkRead");57* R("FWBlks","FBlkWrite");58* R("Cluster","Clus");59* R("RClusters","ClusRead");60* R("WClusters","ClusWrite");61 62 63----01/24/17 21:56:06----64* Improved ::/Apps/Psalmody/JukeBox.HC65* R("TreeBranch","Tree");66* Added DocTreeWrite() and DocTreeAppend().67 68----01/22/17 06:08:00----69* TempleOS version 5.02 Released70* Changed polling of KbdMsHndlr() in WinMgrSleep(), increased fifos.71 72----01/17/17 18:11:53----73* Fixed $ class offset so #assert's don't lag a token.74 75----01/17/17 14:39:41----76* Added blkdev.ins_base0 and blkdev.ins_unit.77* Added make RedSeaISO() to FileMgr().78* Added blkdev.dft_iso_c_filename "::/Tmp/CDDVD.ISO.C".79 80----01/17/17 06:12:21----81* R("MIN_...","..._MIN");82* R("MAX_...","..._MAX");83* R("NUM_...","..._NUM");84 85----01/14/17 19:16:51----86* Created /Demo/AcctExample/TOS.87* R("MAX_...","_NUM...");88 89----01/14/17 09:43:12----90* Improved ::/Demo/AcctExample/TOS/TOSHolySpirit.HC.91* Added cmp U0 Expression warn.92* Improved syntax highlighting.93 94----01/11/17 03:33:33----95* TempleOS version 5.01 Released96* R("ChangeLog","ChgLog");97* Added show mouse pos to <CTRL-ALT-G>.98* Improved TOSRegen().99* Added Let2Let().100 101----01/10/17 14:27:58----102* Made DocPut() use parent task's doc if input filter task.103* Added Once(), AOnce(), OnceFlush(), AOnceFlush(), OnceDrv(), AOnceDrv() and104OnceExe().105* R("DoOnce","Once");106* Added RegAppend() and RegCnt();107* R("RegSetDftEntry()","RegDft()");108* R("RegExeBranch()","RegExe()");109* R("RegWriteBranch()","RegWrite()");110 111----01/10/17 11:45:41----112* Added ::/Adam/InsReg.HC with InsReg(), InsRereg() and InsUnreg().113* Added ::/Adam/Host.HC with HostChgDsk().114* Added ::/Adam/Opt/Utils/TOS.HC with TOSStdIns().115* Added cmd line args for partition % to DskPrt().116 117----01/09/17 21:48:34----118* R("a1","arg1");119* R("a2","arg2");120* R("r","res");121 122----01/09/17 02:30:59----123* Improved compiler ICSlashOp().124* Added Panic().125* Made it possible to mount just one partition.126* Fixed creation of RedSea ISOs.127* Organized ::/PersonalMenu.DD.128* Moved AfterEgypt to the supplemental disk.129 130----01/06/17 06:07:19----131* Fixed DskChg().132* Improved ::/Misc/OSTestSuite.HC.133 134----01/05/17 04:53:21----135* No longer support ASCII#12, <CTRL-l> CH_FORM_FEED.136* Fixed sys_var_init_flag.137* GRScrnCaptureRead().138 139----01/04/17 18:06:14----140* Added ::/Demo/AcctExample/TOS/TOSPolicies.DD.141* R("U0 pad;",";"); for align #asserts.142* Got rid of mouse.throttle.143* R("Button","Bttn");144* R("Handler","Hndlr");145* R("InputPointer","Mouse");146* Improved MemRep().147* Changed ::/Adam/WallPaper.HC.148 149----01/03/17 12:23:49----150* R("chars_cmp...","char_bmp...");151* Added chk for Profanity.152* Improved TOSRegen.153* Removed TempleOSBooks1.ISO and TempleOSBooks2.ISO out of TempleOSSup1.ISO.154 155----01/01/17 17:16:16----156* TempleOS version 5.00 Released157* Added Collapse().158* Added CursorRem().159 160----12/31/16 07:21:20----161* R("SYS_SEMA_...","SEMA_...");162* R("SYSf_CTRL_ALT_...","CTRL_ALT_...");163* R("ThrowBreak()","Break()");164* Added MemPageRep().165 166----12/30/16 23:42:20----167* R("Pages512","Pags");168* Overhauled ::/Kernel/Mem/PageTables.HC.169* R("BusyWait()","Busy()");170 171----12/29/16 10:21:44----172* Changed Snd() from freq to a I8 val called an ona.173* Fixed err in music octaves.174* To convert songs, download Supplemental#1 ISO from the AppStore on175http://www.templeos.org and run Sup1/Sup1Utils/CvtSong500.HC.176 177----12/22/16 16:18:32----178* R("CSrvCmd","CJob");179* R("CSrvCtrl","CJobCtrl");180 181----12/03/16 13:19:58----182* R("SpriteMat3B()","Sprite3Mat4x4B()");183* R("SpriteX3B()","Sprite3XB()");184* R("SpriteY3B()","Sprite3YB()");185* R("SpriteZ3B()","Sprite3ZB()");186* Improved ::/Demo/Games/Talons.HC.187 188----12/03/16 10:16:26----189* Changed __CMD_LINE__.190* Added CProgress.tf.191* Added sys_staff_mode_flag.192* R("except_caller","except_callers");193 194----11/30/16 22:44:35----195* Added SpriteTransform().196 197----11/28/16 07:11:41----198* Improved ::/Apps/Titanium/Titanium.HC.199 200----11/26/16 22:43:51----201* Added solar storms to ::/Apps/X-Caliber/X-Caliber.HC.202* R("TimeOut","Titanium");203 204----11/20/16 19:46:43----205* TempleOS version 4.13 Released206* Improved ::/Apps/Titanium/Titanium.HC.207* Improved ::/Apps/X-Caliber/X-Caliber.HC.208 209----11/19/16 08:19:51----210* Improved Budget application.211 212----11/17/16 18:49:51----213* R("EagleDive","Talons");214* Improved ::/Demo/Games/RocketScience.HC.215* Improved ::/Demo/Games/Rocket.HC.216 217----10/28/16 05:54:27----218* Added ::/Demo/RadixSort.HC.219 220----10/26/16 00:21:06----221* Added CProgress.t0.222* Improved ::/Doc/Boot.DD.223 224----10/25/16 18:02:44----225* Improved ::/Adam/Gr/SpriteEd.HC.226* Improved ::/Demo/AcctExample/TOS/TOSHolySpirit.HC.227 228----10/12/16 10:55:26----229* Added CCF_NO_CHAR_CONST.230* Improved ::/Demo/ToHtmlToTXTDemo/ToHtml.HC.231 232----10/03/16 01:09:35----233* Changed GodWord().234 235----09/30/16 18:29:59----236* Improved Rand()'s.237* Improved ::/Adam/Opt/Utils/ToTXT.HC.238 239----09/29/16 10:13:14----240* TempleOS version 4.12 Released241* Added TASKf_CMD_LINE_PMT.242* Improved TaskWait().243* Improved DeathWait().244 245----09/27/16 12:40:21----246* Added SndRst().247* Got rid of crappy reverb in ::/Apps/Psalmody/PsalmodyMain.HC.248 249----09/27/16 11:09:25----250* Improved ::/Misc/OSTestSuite.HC.251* Fixed bug in EdCharIns() printing $ cmds.252* Added FUF_JUST_DD and FILEMASK_DD.253 254----09/27/16 01:05:52----255* Improved ::/Doc/MemOverview.DD.256* Got rid of ::/Demo/Lectures/Mem.257* Made filename paths relative to document location in DolDoc links.258* R("Temp","Tmp");259 260----09/26/16 00:44:42----261* Added CloseAssault and OverRun to ::/Apps/ToTheFront/ToTheFront.HC.262 263----09/22/16 07:53:20----264* Improved ::/Demo/Graphics/Box.HC.265* Improved ::/Demo/Graphics/SpritePlot3D.HC.266 267----09/21/16 17:09:40----268* Fixed bug in ::/Demo/Games/BomberGolf.HC.269 270----09/20/16 15:57:30----271* R("Screen","Scrn");272* R("WinMgrSync","Refresh");273* R("InDbg","DbgMode");274* Improved ::/Doc/Boot.DD.275 276----09/20/16 07:31:52----277* R("DAT","DATA");278* R("Auto","In");279* R("AutoStr","InStr");280* R("AutoFile","InFile");281* R("AUT","IN");282* R("GRA","GR");283 284----09/18/16 20:40:44----285* Added ::/Doc/WhyNotMore.DD.286 287----09/18/16 12:52:03----288* TempleOS version 4.11 Released289* Fixed bug in IsDotZ() and IsDotC().290* R("CPP","HC");291* R("HPP","HH");292* R("TXT","DD");293 294----09/06/16 13:01:42----295* Added OPTf_WARN_HEADER_MISMATCH.296* Changed WinInside().297* Got rid of MSG_FOCUS, MSG_MOVE, and MSG_SIZE.  There are no longer messages298for moving and sizing windows.299 300----09/06/16 02:40:43----301* Improved ::/Demo/MagicPairs.HC.302 303----08/27/16 09:45:39----304* Improved CPURep().305* Improved ::/Misc/OSTestSuite.HC.306* Added BirthWait() and DeathWait().307 308----08/22/16 04:14:47----309* R("TK_DOT_DOT_DOT","TK_ELLIPSIS");310 311----07/17/16 13:03:12----312* Improved DocOpt().313 314----07/17/16 03:23:53----315* Improved ::/Demo/Games/RawHide.HC.316 317----07/15/16 10:11:10----318* TempleOS version 4.10 Released319* Improved ::/Demo/Games/Talons.HC.320 321----07/15/16 05:17:24----322* Created CDevGlbls.uncached_alias.323* Added 1 Gig page table support.324 325----07/13/16 17:21:19----326* Added multicore report to CPURep().327 328----07/09/16 08:46:36----329* Changed scoring in ::/Demo/Games/Talons.HC.330* Replaced many "%Q" with "%$Q".331* Fixed '\x24'.332* Added '\d' for '$'.333 334----07/08/16 14:30:19----335* R("root","head");336* Fixed REP_STOSB and MemSet() for 64-bit.337 338----07/07/16 07:21:03----339* DocRead() changes to file's dir so relative filenames work.340* Added AppStore to website with Supplemental#1 ISO for download.341 342----07/06/16 23:45:30----343* Fixed multicore bug in Sprite3().344* Improved ::/Demo/Games/Talons.HC.345 346----07/05/16 06:03:47----347* TempleOS version 4.09 Released348* Improved ::/Demo/Games/Talons.HC.349* Improved GrFillTri0().350 351----07/03/16 04:30:05----352* Added Unmount().353* Made BootLoader mandatory in RedSeaISO().354* Added BDT_ISO_FILE_READ.355 356----07/01/16 05:29:08----357* Made underscore mandatory on HolyC callable asm functions.358 359----06/28/16 13:15:08----360* Changed TaskRep() and MemRep().361* Changed ::/Adam/WallPaper.HC.362 363----06/26/16 14:01:16----364* Added LastFun(), RunFile(), RunFile2() and PopUpRunFile().365* Made boot code modular.366 367----06/24/16 14:15:13----368* Added A.I. to ::/Apps/KeepAway/KeepAway.HC and changed scoring.369 370----06/24/16 02:55:42----371* TempleOS version 4.08 Released372* Added Polygon, Fence, Prism and ResetColor commands to SpriteMeshEd().373* R("Reverse","Rev");374* R("Select","Sel");375 376----06/23/16 01:03:36----377* Added GrFillCircle().378* Added GrVLine() and GrLineFat3().379 380----06/18/16 16:16:22----381* Modified KeyDevAdd().382* R("nounusedwarn","no_warn");383* R("sub_switch_start","start");384* R("sub_switch_end","end");385* Changed args to PutDirLink() and PutFileLink().386* Added HomeSet().  Added "~" as special directory designator.387* Changed filename exclude mask char from '~' to '!'.  See File Utils.388* Got rid of /Home/HomePkgs.HC.389 390----06/16/16 20:59:41----391* <CTRL-ALT-t> is terminal window.392* <CTRL-ALT-n> is next task.393 394----06/16/16 19:49:39----395* Added ::/Doc/Comm.HC.396* Added ::/Doc/StdTempleOSPC.DD.397* Added ::/Kernel/FontCyrillic.HC. <CTRL-ALT-f>398 399----06/02/16 03:20:56----400* TempleOS version 4.07 Released401* Added claws to ::/Demo/Games/Talons.HC.402