2
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 03, 2024 — Dec 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix installer build after emulator projects restructuring remove comented incude path from make file More... about 13 years ago
fix linux bootstrap build after previous changes More... about 13 years ago
fix installer build after restructuring emulator projects More... about 13 years ago
restructure fpu emulator projects More... about 13 years ago
prototype correction More... about 13 years ago
update git ignored files list More... about 13 years ago
missed reference to proper header file More... about 13 years ago
fix passing code alignment info from front-end to code generator More... about 13 years ago
fix wlink incorrect segment order if some segments in class are in DGROUP and others are outside DGROUP More... about 13 years ago
restructure code and fix uninitialized variabes More... about 13 years ago
fix problem with script compiler processing of set command fix problem with FTS setup dialog, language combo box was handled incorrectly remove limit of FTS entries, now it is allocated dynamicaly optimize file binding for size, now short type is used for any data because total size or offsets can be only upto 65535 bytes More... about 13 years ago
enable vi editor to work without EDPATH environment variable setup add standalone script compiler to be able precompile vi scripts without vi to minimize necesary size because maximum total size of all bind scripts and data files is 65535 bytes all necesary scripts and data files are now bind to executable that vi editor is independendent on environment setup fix bug in FTS set command processing for compiled scripts More... about 13 years ago
consolidate cg operators info into cgops.h header file consolidate cg runtime-function info into _rtinfo.h header file restructure run-time function stuff in code generator fix appropriate prototypes More... about 13 years ago
replace cgnoalgn.h and cgrealgn.h by more general pushpck1.h/poppck.h More... over 13 years ago
a little simplify cg public interface rename BEDllLoad/BEDllUnload to more suitable name BELoad/BEUnload use one structure byte_seq for both CISC and RISC architectures to interface with inline assemblers More... over 13 years ago
implement IsConstLeaf as macro More... over 13 years ago
improve C compiler diagnostics processing for function parameters add info about source file location of macro original definition if macro is incorrectly redefined add info about operators in diagnostics add info about parametr number in diagnostics fix incorrectly reported error if operand has two pointers to different types, now reported as warning again More... over 13 years ago
replace cg call class FAR macro by more safer FAR_CALL More... over 13 years ago
add missing cast More... over 13 years ago
add forgoten change missing from old change 37206 More... over 13 years ago
w32api use dynamicaly created output directory tree as for os2api and separate master.mif makefile to two parts one per header and second one per libraries More... over 13 years ago
cleanup unused files, code and macros More... over 13 years ago
update main builder control file after fortran sources consolidation More... over 13 years ago
use external rm command More... over 13 years ago
move fortran source and samples code to src sub-project More... over 13 years ago
little change os2api project build makefiles then output tree is created dynamicaly More... over 13 years ago
cleanup cg client make file More... over 13 years ago
fix problem with builder conditional copy now it doesn't report error if nothing to copy is find properly handle blank directory More... over 13 years ago
a little simplify vi build makefiles remove pre-build tools, now they are build during vi build cleanup memory tracking code inclusion More... over 13 years ago
fix vi "File Specific" dialog ID's More... over 13 years ago