Jeff Tranter
|
ba13ba32a1
|
Fix some commonly made spelling errors in comments.
|
2022-07-21 03:18:13 +02:00 |
|
mc78
|
1dee2360fa
|
added additional empty line after header guard in cc65.h to conform to other headers
|
2019-11-19 14:08:00 +01:00 |
|
mc78
|
8d2617110f
|
Removed additional exit constants definitions from cc65.h to stdlih.h. Guarded the definitions by #ifdef. Removed cc65.h includes from abort and assert implementations.
|
2019-11-19 14:08:00 +01:00 |
|
mc78
|
a139c4057c
|
Removed CC65_ prefixes from exit statements in abort and assert code as well from definition
|
2019-11-19 14:08:00 +01:00 |
|
mc78
|
16a66f19e1
|
Replaced enum in cc65.h by defines. added comment that cc65 exit constants should not redefine 0 and 1 as they are reserved for exit_success and exit_failure
|
2019-11-19 14:08:00 +01:00 |
|
mc78
|
3daecfb3dd
|
Added enum for cc65 exit codes. replaced stdlib exit code names constants in libsrc with cc65 exit code named constants
|
2019-11-19 14:08:00 +01:00 |
|
Oliver Schmidt
|
ac0b452834
|
Added '_' prefix to sin and cos.
Users complained that otherwise the names might clash with their functions.
|
2019-04-13 11:25:54 +02:00 |
|
IrgendwerA8
|
df80d071e8
|
Added space after function name.
|
2019-03-29 22:53:04 +01:00 |
|
IrgendwerA8
|
3d8c3a4948
|
Code review adaptations, removed "cc65_" prefix from functions
|
2019-03-29 22:53:04 +01:00 |
|
Christian Groessler
|
346d88a6a7
|
Add issues from pull request #307.
|
2016-06-07 12:07:38 +02:00 |
|
Greg King
|
0390c34e88
|
Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
|
2014-06-30 16:51:07 -04:00 |
|
Oliver Schmidt
|
85885001b1
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
|
uz
|
655ffe5dcd
|
Make the 8x32 unsigned multiplication routine C callable.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5079 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2011-07-10 14:52:35 +00:00 |
|
uz
|
a08b7d4daf
|
Added prototypes for more mul/div functions. Some of the don't currently
exist.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4444 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2009-11-05 17:12:18 +00:00 |
|
uz
|
2135bd1543
|
Added prototypes for C callable multiplication routines.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4436 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2009-11-03 20:36:30 +00:00 |
|
uz
|
100c470727
|
Added C callable entry point for the 16x16=32 multiplication.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4435 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2009-11-03 17:43:57 +00:00 |
|
uz
|
4e4beef8b7
|
Fixed the return types of the sine/cosine functions. Added comments.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4402 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2009-10-30 14:02:24 +00:00 |
|
uz
|
4d93094936
|
Added new header file.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4401 b7a2c559-68d2-44c3-8de9-860c34a00d81
|
2009-10-30 10:01:31 +00:00 |
|