Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 1630)

Ticket Resolution Summary Owner Reporter
#103 fixed Remove obsolete files felix winkelmann
Description

Various files are not used anymore or never installed. Additionally, the elisp files should not be in the core distribution: hen.el is currently unmaintained (it has been moved to call/cc.org and is accessible through the wiki) and scheme-complete.el is available from synthcode (and we don't want to tie ourselves to its release-cycle).

See commit a02ad8dd2af1a93ab57004372cc109bec5c03070.

This commit also contains some minor fixes in some scripts.

#104 fixed import-library should only be generated if it actually changed felix winkelmann
Description

When an import-library is generated and it already exists, then overwrite it only when it changed. Currently the import-library will always be overwritten. Adding this feature can simplify makefiles because it prevents unnecessary recompiles of import-libraries.

See commit 864713b7dc84d9df5f30cf10dd6b2fee2b0335c1.

(suggested by Jörg Wittenberger)

#105 fixed remove "benchmark" mode, replace with -O5 felix winkelmann
Description

Benchmark mode is somewhat silly and also defaults to fixnum mode, which is not always desired. Replace with a new optimize-level (5) that uses non-safe code and libraries and optimizes for maximum performance (but doesn't change number-type).

See commit a8438327a114280f333d0ea97ed2e8665cb262e4

Note: See TracQuery for help on using queries.