• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Windows System Libraries


Commit MetaInfo

Revisão089a996027804536e512f76ea9d7ae2830432149 (tree)
Hora2014-01-22 23:55:10
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Mensagem de Log

Reinstate complex math functions; (cf. issue #2174)

Mudança Sumário

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1+2014-01-22 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Reinstate complex math functions; (cf. issue #2174)
4+
5+ * Makefile.in (complex_SOURCES): Delete bogus redefinition.
6+
17 2014-01-20 Keith Marshall <keithmarshall@users.sourceforge.net>
28
39 Correct position of Emacs mode specification lines.
--- a/Makefile.in
+++ b/Makefile.in
@@ -304,7 +304,6 @@ complex_SOURCES := \
304304 $(SRCDIR)/cprojl.c \
305305 $(SRCDIR)/csinl.c \
306306 $(SRCDIR)/ctanl.c
307-complex_SOURCES := $(wildcard src/libcrt/complex/*.c)
308307
309308 SRCDIR := src/libcrt/ctype
310309 ctype_SOURCES := $(SRCDIR)/isblank.c $(SRCDIR)/iswblank.c