summaryrefslogtreecommitdiff
path: root/frontends/tasm
Commit message (Expand)AuthorAgeFilesLines
* Fix function declaration warnings with clang (#226)HEADmasterBiswapriyo Nath2023-05-171-2/+2
* Remove __DATE__ from version strings (#198)Ismo Puustinen2023-05-121-1/+0
* Added -Wno-segreg-in-64bit.Peter Johnson2015-11-061-0/+2
* fixing an argument parsing bug in ytasmdarealshinji2015-11-051-5/+8
* Fix a few more cases of case sensitivity in module handling.Peter Johnson2014-10-051-3/+4
* Allow building of static executables with cmake.Peter Johnson2014-08-102-8/+24
* Warnings cleanup.Peter Johnson2014-08-101-2/+1
* Generate version number information from git history.Peter Johnson2011-08-271-1/+1
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-194-5/+1
* Update frontend --version copyright dates.Peter Johnson2010-04-081-1/+1
* Implement some linemap changes required for the GAS preprocessor.Peter Johnson2010-01-031-1/+1
* Fix #171: Broken build in ytasm CMakeLists.txt.Peter Johnson2009-05-121-4/+8
* Rename tasm to ytasm in Unix builds.Peter Johnson2009-03-241-5/+5
* tasm.c: Don't include unistd.h.Peter Johnson2008-10-081-1/+0
* tasm frontend: Fix handling of options >2 chars long.Peter Johnson2008-10-071-14/+3
* tasm frontend: Fix crash with plain /l option.Peter Johnson2008-10-071-1/+1
* Add CMakeLists.txt for tasm frontend.Peter Johnson2008-10-071-0/+25
* Add core TASM syntax support.Peter Johnson2008-10-074-0/+1221