d2be748185
* maintainance/gentrigtables.py: Remove. * lib/trig.c: Likewise. * gentrigtables.c: New file. C rewrite of gentrigtables.py. * conf/common.rmk (trig_mod_SOURCES): Replace `lib/trig.c' with `trigtables.c'. (trigtables.c): New rule. (gentrigtables): Likewise. (DISTCLEANFILES): Add `trigtables.c' and `gentrigtables'.
29 lines
837 B
Text
29 lines
837 B
Text
2009-11-21 Robert Millan <rmh.grub@aybabtu.com>
|
|
|
|
* maintainance/gentrigtables.py: Remove.
|
|
* lib/trig.c: Likewise.
|
|
|
|
* gentrigtables.c: New file. C rewrite of gentrigtables.py.
|
|
|
|
* conf/common.rmk (trig_mod_SOURCES): Replace `lib/trig.c' with
|
|
`trigtables.c'.
|
|
(trigtables.c): New rule.
|
|
(gentrigtables): Likewise.
|
|
(DISTCLEANFILES): Add `trigtables.c' and `gentrigtables'.
|
|
|
|
2009-11-21 Robert Millan <rmh.grub@aybabtu.com>
|
|
|
|
* maintainance/gentrigtables.py: Avoid duplicate hardcoding of
|
|
integer constants.
|
|
|
|
2009-11-14 Colin D Bennet <colin@gibibit.com>
|
|
|
|
Trigonometry support.
|
|
|
|
* include/grub/trig.h: New file.
|
|
* lib/trig.c: Likewise.
|
|
* maintainance/gentrigtables.py: Likewise.
|
|
* conf/common.rmk (pkglib_MODULES): Add trig.mod.
|
|
(trig_mod_SOURCES): New variable.
|
|
(trig_mod_CFLAGS): Likewise.
|
|
(trig_mod_LDFLAGS): Likewise.
|