Age | Commit message (Collapse) | Author | Files | Lines |
|
* Note that this package is the version developed by SOGo team.
* Changes are too many to write here, please refer ChangeLog.
|
|
== Ruby-GNOME2 1.2.2: 2013-03-11
Ruby 2.0.0 support release!
=== Changes
==== Ruby/GLib2
* Improvements
* Supported test on Ruby 2.0.0.
[GitHub #134] [Reported by mtasaka]
==== Ruby/Poppler
* Improvements
* Removed deprecated GDK support.
==== Ruby/GDK3
* Improvements
* Supported Ruby 2.0.0.
[GitHub#129] [Reported by TOMITA Masahiro]
==== Ruby/GObjectIntrospection
* Improvements
* Supported not GType based flags.
* Supported not GType based enum.
* Supported custom callback function.
* Supported .h install.
* Supported .pc install.
* More Rubyish method names are used.
* Stopped to raise exception when there are two or more out
parameters.
* Added Loader.start_callback_dispatch_thread().
* Supported arguments validation.
* Stopped to use array for just one return value.
* Supported Enumerator.
* Hide constructor methods.
==== Ruby/GtkSourceView3
* Fixes
* Fixed wrong deb package name.
==== Ruby/Clutter
* Fixes
* Fixed wrong initialized check.
* Stopped to override Clutter.init unexpectedly.
==== Ruby/ClutterGTK
* Fixes
* Fixed wrong initialized check.
==== Ruby/WebKitGTK
* Fixes
* Fixed wrong initialized check.
=== Thanks
* Vincent Carmona
(for unreleased GObjectIntrospection based GStreamer bindings)
* TOMITA Masahiro
* NAKAJIMA Takashi
(for unreleased GObjectIntrospection based GStreamer bindings)
* mtasaka
|
|
1.0.8
Updated Spanish translation
Updated Japanese translation
Rework initial subtitle visibility setting
1.0.8b
Updated Korean translation
Run make update-po
Add message when screenshot capture fails
Switch to GLIB for GMLIB header files, since GTK is not included
Switch to GTK VERSION tags when possible
Updated Japanese translation
Fix compliation of gmtk_media_tracker in generic application
Run make update-po
Remove audio export filter when codec cannot use it
Remove cairo variable from gmtk_media_player
Version bump to 1.0.8a
Use cairo and the draw event to draw the background in GTK3
Set background color in gmtk_media_player widget using specific realize events
Address parallel build problem from Issue #11
|
|
|
|
* Discourage use of pthread_atfork() for call_rcu handlers
* Fix call_rcu fork handling
* test: fork handling
* Fix TLS detection: test with linker, add --disable-compiler-tls
* Cleanup: cast pthread_self() return value to unsigned long
* Fallback mechanism not working on platform where TLS is unsupported
|
|
support.
|
|
2012-2-28 meld 1.7.1
====================
Features:
* Folder comparisons can now show extra information, such as file size and
modification times. Column visibility and ordering are properly
configurable. (Philipp Müller, Kai Willadsen)
* Shallow comparison (i.e., based on size and timestamp) are now supported
for folder comparisons, including timestamp resolution preferences for
cross-filesystem comparisons. (Cristian Dinu)
* The UI for launching new comparisons has been reworked to have a clearer
workflow, and is now shown on startup if no other comparisons have been
opened (Kai Willadsen)
* Recently-used comparisons are now supported, allowing you to re-open
previous comparisons directly. (Kai Willadsen)
* Read-only files are now not editable by default, making merge actions
clearer and more consistent. Individual read-only files can easily be set
as editable as desired. (Kai Willadsen)
Fixes:
* New version control API, currently used by Git and Subversion (Kai
Willadsen)
* Version control compatibility updates and fixes (Cedric Le Dillau, Louis
des Landes, Kai Willadsen)
* Command line labelling options now apply to folder tabs (Kai Willadsen)
* Regressions from parallel inline highlighting calculations have been
fixed (Kai Willadsen)
* Diff algorithm cleanups (Piotr Piastucki)
* Compatibility fixes for Python 3; this does *not* mean that Meld works on
Python 3 yet, just that 2to3 issues have been addressed (Kai Willadsen)
Translations:
* Daniel Mustieles (es)
* Dominique Leuenberger (pt)
* Enrico Nicoletto (pt_BR)
* Florencio Neves (pt_BR)
* Fran Diéguez (gl)
* Marek Černocký (cs)
* Matej Urbančič (sl)
* Мирослав Николић (sr, sr@latin)
* Piotr Drąg (pl)
2012-11-07 meld 1.7.0
=====================
Features:
* File comparisons are faster! Meld now has a smarter pre-processing step
for inline highlighting of differences (Piotr Piastucki) and does its
highlighting calculations asynchronously (Kai Willadsen), leading to
better overall performance and interactivity.
* Auto-merge mode is now available from the command-line (Piotr Piastucki)
* Comparisons can be opened in new tabs (rather than in a new window) from
the command line (Kacper Wysocki, Antoine, Kai Willadsen)
* Custom colours can now be configured for all Meld drawing (Kai Willadsen)
Fixes:
* Improved behaviour when opening many tabs at once (Peter Tyser)
* Notification of searches wrapping around the buffer (Philipp Müller)
* Better compatibility with non-standard keyboard layouts (Stephan Hilb)
* Better error reporting for failed VC comparisons (Kai Willadsen)
* Version control compatibility updates and fixes (Jan Danielsson, Tim
Babych, Kai Willadsen)
* Other miscellaneous bug fixes (Jeff Oliver, Pacho Ramos, Rainer Suhm, Kai
Willadsen)
Translations:
* Alexandre Franke (fr)
* Daniel Mustieles (es)
* Fran Diéguez (gl)
* Gabor Kelemen (hu)
* Matej Urbančič (sl)
* Marek Černocký (cs)
* Mario Blättermann (de)
* Martin Srebotnjak (sl)
* Мирослав Николић (sr, sr@latin)
* Piotr Drąg (pl)
|
|
Version 6.2.8 - February 28 2013
[CHANGES]
New facilities:
o htags: Added support of Python's built-in web server.
Required python 2.4 or later.
Please try this: (CGI and AJAX work completely)
$ htags --suggest2
$ cd HTML
$ python -m CGIHTTPServer # Python 2.X(2.4-)
($ python3 -m http.server --cgi # Python 3.X)
Serving HTTP on 0.0.0.0 port 8000 ...
(in another terminal)
$ firefox http://localhost:8000/
o gtags.conf: Added a new record for Drupal(Content management platform).
o global: New --path-style=<format> option.
<format> may be relative, absolute, shorter, abslib and through.
shorter: use shorter one among relative and absolute paths.
abslib: use absolute path only in library projects.
through: raw path name as is in GPATH.
The --path-style option is given more priority than the -a options.
[INCOMPATIBLE CHANGES]
o htags: End of support of customization of HTML tag using gtags.conf.
Please use CSS(cascading style sheets) instead.
- The --html option of htags(1) was removed.
- The tag definitions in gtags.conf were removed.
|
|
1.9.1 (2013-03-08)
~~~~~~~~~~~~~~~~~~
* Updated to pip 1.3.1 that fixed a major backward incompatible change of
parsing URLs to externally hosted packages that got accidentily included
in pip 1.3.
1.9 (2013-03-07)
~~~~~~~~~~~~~~~~
* Unset VIRTUAL_ENV environment variable in deactivate.bat (Pull #364)
* Upgraded distribute to 0.6.34.
* Added ``--no-setuptools`` and ``--no-pip`` options (Pull #336).
* Fixed Issue #373. virtualenv-1.8.4 was failing in cygwin (Pull #382).
* Fixed Issue #378. virtualenv is now "multiarch" aware on debian/ubuntu (Pull #379).
* Fixed issue with readline module path on pypy and OSX (Pull #374).
* Made 64bit detection compatible with Python 2.5 (Pull #393).
|
|
|
|
Test::More::Behaviour is a Behaviour-Driven Development module for
Perl programmers. It is modeled after Rspec (http://rspec.info),
the BDD tool for Ruby programmers. Test::More::Behaviour uses the
words `describe` and `it` so we can express concepts of the application
as we would in conversation.
Because Test::More::Behaviour uses Test::More as its 'base', you
can treat every Test::More::Behaviour test as if it were Test::More!
|
|
|
|
|
|
|
|
|
|
This is a quick-n-dirty BSD licensed clone of backtrace facility
found in the GNU libc, mainly intended for porting linuxish code
to BSD platforms, however it can be used at any platform which
has a GCC compiler.
|
|
Changelog:
2.26: 2013-03-13
Enable Subversion dump reader to handle yet another pathological case.
Code has been tested and verified with PyPy.
Prefer author date for action stamps when it is available.
More speed tuning.
2.25: 2013-03-07
More speed tuning in repository analysis.
O(n**2) cost for renumbering has been eliminated, svn_no_renumber is gone.
New 'timings' command displays phase timings for repo analysis.
Improved packaging for distributions (thanks, Mike Swanson).
2.24: 2013-03-03
Fix a crash bug in the new blob handling, and more performance tweaks.
2.23: 2013-03-01
Drastically cut the amount of disk storage and I/O required for surgery.
Add svn_ignore_properties option.
The .svn extension is now stripped from repo names on load.
2.22: 2013-02-26
New debranch feature for merging branches that should be subdirectories.
Minor speed tuning via memoization.
2.21: 2013-02-21
Added "compressblobs" and "svn_no_renumber" option for very large repos.
Added the "sizes" and "lint" commands.
Interpretation of timezone field in author maps was buggy, is now fixed.
Experimental Emacs Lisp mode for editing comment mailboxes.
2.20: 2013-02-08
Teach repodiffer how not to choke on revisions with empty manifests.
Make repodiffer more explicit when a revision's parent set changes.
Improvements to the graph command's output of branches.
2.19: 2013-02-06
Serious tuning of internals for reduced memory usage.
2.18: 2013-02-02
Translation of symlinks in Subversion repos was buggy, is now fixed.
repodiffer now has a useful and documented return value.
New --tree-diff option of repodiffer shows context diffs of mismatches.
2.17: 2013-01-26
repodiffer can now take a map file and show fossil IDs with diff reports.
The '?' selection-set modifier can be repeated for effect.
2.16: 2013-01-25
Fix a memoization bug that resulted in misbehavior after branch cuts.
2.15: 2013-01-22
Switch to cvs-fast-export for reading RCS and CVS collections.
Efficiency and code-cleanup improvements by Julien Rivaud.
2.14: 2013-01-19
Dramatic decrease in memory footprint on large repositories.
Improvements in DAG visualization via 'graph'.
2.13: 2013-01-08
The new 'graph' command supports making commit graphs in the DOT language.
On read of an import stream, interpret a "cvs-revisions" property.
|
|
changes:
-bugfixes
-more compilers/CPUs supported
|
|
change: fix memory leak
|
|
change: fix memory leak
|
|
changes:
-bugfices
-improved robustness with truncated files
-cleanup
|
|
Changelog:
2013-03-05 v3.4 new rc file format makes it much easier to enable specific
features
|
|
existed on pkgsrc.
|
|
= NEWS
== 1.1.4 - 2012/08/02
* Supported mswin64 as MSVC environment.
|
|
|
|
library.
|
|
|
|
Not mentioned in NEWS.
|
|
PR pkg/47604 by Edgar Fuss.
IO::Prompter exports a single subroutine, C<prompt>, that prints a
prompt (but only if the program's selected input and output streams are
connected to a terminal), then reads some input, then chomps it, and
finally returns an object representing that text.
|
|
* Include the key in "missing interpolation argument" errors.
* Update documentation for the `pluralize` method. Hopefully made it
clearer what is actually going on and why.
* Add parens to fix parse error in lib/i18n.rb in MagLev.
* Never modify the given options hash.
* Fix I18n.transliterate for non utf-8 keys (occurs e.g. in jruby
1.7.0 which have US-ASCII encoded symbols).
* Do not overwrite response of first backend with later backends when
looking up namespaces.
* Make exception message more helpful on YAML syntax error.
* Remove throwing `warning: invalid start is ignored`
The last argument should be a Julian day number which denotes the
day of calendar reform. Date::ITALY (2299161=1582-10-15),
Date::ENGLAND (2361222=1752-09-14), Date::GREGORIAN (the proleptic
Gregorian calendar) and Date::JULIAN (the proleptic Julian calendar)
can be specified as a day of calendar reform
* Preventing transliterator constant from being modified for
concurrency concerns.
* Revert "Fix i18n/backend/key_value to add data in a array" causing
various issues.
* Add license information to gemspec. This way you can get it when
using rubygems.org API.
* Support Rails 4.
* Fixed Ruby 1.8 support due to missing `String#force_encoding`.
* Resolve problems with encoding and transliterator between various
ruby versions.
* Do not do any utf8 conversion, assume valid data is received.
|
|
=== 4.1.5 / 2013-02-14
* 2 bug fixes:
* Clarified role of s method. Fixes #12.
* maglev: Workaround for bug in Array#shift
|
|
### 2.13.0 / 2013-02-23
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.12.2...v2.13.0)
Enhancements
* `be_valid` matcher includes validation error messages. (Tom Scott)
* Adds cucumber scenario showing how to invoke an anonymous controller's
non-resourceful actions. (Paulo Luis Franchini Casaretto)
* Null template handler is used when views are stubbed. (Daniel Schierbeck)
* The generated `spec_helper.rb` in Rails 4 includes a check for pending
migrations. (Andy Lindeman)
* Adds `rake spec:features` task. (itzki)
* Rake tasks are automatically generated for each spec/ directory.
(Rudolf Schmidt)
|
|
Thi is meta-gem package including rspec-core, rspec-expectations and
rspec-mocks.
|
|
### 2.13.0 / 2013-02-23
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.12.2...v2.13.0)
Bug fixes
* Fix bug that caused weird behavior when a method that had
previously been stubbed with multiple return values (e.g.
`obj.stub(:foo).and_return(1, 2)`) was later mocked with a
single return value (e.g. `obj.should_receive(:foo).once.and_return(1)`).
(Myron Marston)
* Fix bug related to a mock expectation for a method that already had
multiple stubs with different `with` constraints. Previously, the
first stub was used, even though it may not have matched the passed
args. The fix defers this decision until the message is received so
that the proper stub response can be chosen based on the passed
arguments (Myron Marston).
* Do not call `nil?` extra times on a mocked object, in case `nil?`
itself is expected a set number of times (Myron Marston).
* Fix `missing_default_stub_error` message so array args are handled
properly (Myron Marston).
* Explicitly disallow `any_instance.unstub!` (Ryan Jones).
* Fix `any_instance` stubbing so that it works with `Delegator`
subclasses (Myron Marston).
* Fix `and_call_original` so that it works with `Delegator` subclasses
(Myron Marston).
* Fix `any_instance.should_not_receive` when `any_instance.should_receive`
is used on the same class in the same example. Previously it would
wrongly report a failure even when the message was not received
(Myron Marston).
|
|
### 2.13.0 / 2013-02-23
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.12.1...v2.13.0)
Enhancements
* Add support for percent deltas to `be_within` matcher:
`expect(value).to be_within(10).percent_of(expected)`
(Myron Marston).
* Add support to `include` matcher to allow it to be given a list
of matchers as the expecteds to match against (Luke Redpath).
Bug fixes
* Fix `change` matcher so that it dups strings in order to handle
mutated strings (Myron Marston).
* Fix `should be =~ /some regex/` / `expect(...).to be =~ /some regex/`.
Previously, these either failed with a confusing `undefined method
matches?' for false:FalseClass` error or were no-ops that didn't
actually verify anything (Myron Marston).
* Add compatibility for diff-lcs 1.2 and relax the version
constraint (Peter Goldstein).
* Fix DSL-generated matchers to allow multiple instances of the
same matcher in the same example to have different description
and failure messages based on the expected value (Myron Marston).
* Prevent `undefined method #split for Array` error when dumping
the diff of an array of multiline strings (Myron Marston).
* Don't blow up when comparing strings that are in an encoding
that is not ASCII compatible (Myron Marston).
* Remove confusing "Check the implementation of #==" message
printed for empty diffs (Myron Marston).
|
|
### 2.13.0 / 2013-02-23
[full changelog](http://github.com/rspec/rspec-core/compare/v2.12.2...v2.13.0)
Enhancements
* Allow `--profile` option to take a count argument that
determines the number of slow examples to dump
(Greggory Rothmeier).
* Add `subject!` that is the analog to `let!`. It defines an
explicit subject and sets a `before` hook that will invoke
the subject (Zubin Henner).
* Fix `let` and `subject` declaration so that `super`
and `return` can be used in them, just like in a normal
method. (Myron Marston)
* Allow output colors to be configured individually.
(Charlie Maffitt)
Bug fixes
* Don't blow up when dumping error output for instances
of anonymous error classes (Myron Marston).
* Fix default backtrace filters so lines from projects
containing "gems" in the name are not filtered, but
lines from installed gems still are (Myron Marston).
* Fix autotest command so that is uses double quotes
rather than single quotes for windows compatibility
(Jonas Tingeborn).
* Fix `its` so that uses of `subject` in a `before` or `let`
declaration in the parent group continue to reference the
parent group's subject. (Olek Janiszewski)
|
|
# Release Notes
## 0.13.3
* Allow `Mocha::ParameterMatchers#includes` to accept multiple items. Thanks
to @simao.
* Allow stubbing of *private* `Kernel` methods. Fixes #134. Thanks to @camski
for reporting.
* Avoid a warning when `test/unit/version` is required by other libraries in
the same project. Fixes #140. Thanks to @tmiller.
* Make auto-activation of Test::Unit integration more resilient. This change
is specifically to cope with the nasty re-defining of classes that is done
by the `minitest-spec-rails` gem. Fixes #143. Thanks to @tubaxenor for
reporting.
* Safer restoration of stubbed method visibility. Fixes #141. Thanks to @tmm1.
* Ensure `Mockery` instance gets reset even if exception raised. Fixes #144.
* Adapt Mocha acceptance tests to cope with changes in output from latest
(v4.6.2) of MiniTest.
* Updates to README about Rails compatibility.
|
|
=== 3.12.1 / 2013-02-14
* 2 bug fixes:
* Fixes for maglev to find headers in the correct location.
* Fixes for tests, mostly for maglev.
|
|
== Changes in 1.3.1
* Removed use of assert_block (which is deprecated in MiniTest).
* Documentation fixes.
|
|
No official changes are available but here is some of them from commit log
on github.
* Add tests for block-form of Buffer::new and MemoryPointer::new
* spec: Test absolute library path.
* DynamicLibrary.c: Avoiding dlsym(dlopen(0,0), sym).
* spec: Replace absolute_.. with expand_path.
* Use rb_thread_call_without_gvl where available.
* Trap & save exceptions from ruby callbacks.
|
|
xulrunner-19.0.3 needs 4.9.4 of nspr or later. Fix build.
|
|
# Changelog
## 1.0.x
* EM.system was broken in 1.0.2 release [#413]
## 1.0.2 (March 8, 2013)
* binary win32 gems now include fastfilereader shim [#222]
* fix long-standing connection timeout issues [27fdd5b,
igrigorik/em-http-request#222]
* http and line protocol cleanups [#193, #151]
* reactor return value cleanup [#225]
* fix double require from gemspec [#284]
* fix smtp server reset behavior [#351]
* fix EM.system argument handling [#322]
* ruby 1.9 compat in smtp server and stomp protocols [#349, #315]
* fix pause from post_init [#380]
## 1.0.1 (February 27, 2013)
* use rb_wait_for_single_fd() on ruby 2.0 to fix rb_thread_select() deprecation
* fix epoll/kqueue mode in ruby 2.0 by removing calls to rb_enable_interrupt()
[#248, #389]
* fix memory leak when verifying ssl cerificates [#403]
* fix initial connection delay [#393, #374]
|
|
=== 3.5.1 / 2013-02-22
* 1 bug fix:
* Fixed use of Gem::Specification.find_by_name for ruby 2.0. (haramako)
|
|
Changelog:
FIXED
17.0.4 : Security-driven release, see details in the associated security advisory
Fixed in Firefox ESR 17.0.4
MFSA 2013-29 Use-after-free in HTML Editor
|
|
|
|
Changelog:
FIXED
19.0.2: Security-driven release, see details in the associated security advisory
FIXED
19.0.1 (Windows 8 only): Fixed stability issue for some AMD Radeon HD graphics cards
Fixed in Firefox 19.0.2
MFSA 2013-29 Use-after-free in HTML Editor
|
|
Changes since version 0.2.2:
- Added additional socket functions (str2addrinfo, str2sockaddr,
connect2addrinfo and bind2addrinfo).
- C++ compatibility (no variables named new, etc).
- Use more const.
- NetBSD compatibility for getnameinfo().
- Bugfixes.
|
|
- Added the shtk_config_run_hook function to invoke a hook in the context
of a configuration file.
|
|
Upstream changes:
-----------------------------------------
version 1.02 at 2013-03-07 19:58:32 +0000
-----------------------------------------
Change: 6c3e79a90a05c92a0a86ed5006914132eb71ed46
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2013-03-07 19:58:32 +0000
Updated for v5.14.4-RC2
-----------------------------------------
version 1.00 at 2013-03-07 16:08:32 +0000
-----------------------------------------
Change: 102a9fb09d3a4e4fc9da6bf6531b255f873fb45a
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2013-03-07 16:08:32 +0000
Updated for v5.16.3-RC1
-----------------------------------------
version 0.98 at 2013-03-05 17:37:43 +0000
-----------------------------------------
Change: f0eec63d81c6d623cee01b3de1f17e06b7858cb7
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2013-03-05 17:37:43 +0000
Updated for v5.14.4-RC1
-----------------------------------------
version 0.96 at 2013-02-20 21:09:28 +0000
-----------------------------------------
Change: 95ad208dfd658418f6bcc5a98bf282c74ce6fee7
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2013-02-20 21:09:28 +0000
Updated for v5.17.9
-----------------------------------------
version 0.94 at 2013-01-20 18:11:42 +0000
-----------------------------------------
Change: 607edea3b9be79d7856f37aae2f23f3a8e842f1e
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2013-01-20 18:11:42 +0000
Updated for v5.17.8
-----------------------------------------
version 0.92 at 2012-12-18 18:41:33 +0000
-----------------------------------------
Change: 21ab9dce1d13e232b16b47fecb4777b6e3d643f5
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2012-12-18 18:41:33 +0000
Updated for v5.17.7
-----------------------------------------
version 0.90 at 2012-11-20 23:56:50 +0000
-----------------------------------------
Change: dfd81b85147e6bf85fda0ef855c542ca6c242883
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2012-11-20 23:56:50 +0000
Updated for v5.17.6
-----------------------------------------
version 0.88 at 2012-11-10 15:39:33 +0000
-----------------------------------------
Change: 7fba080dc2856fb6a00a748edd6cc9bf34302b55
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2012-11-10 15:39:33 +0000
Updated for v5.12.5
-----------------------------------------
version 0.86 at 2012-11-08 21:24:01 +0000
-----------------------------------------
Change: 36f5199dcba6333b6040f155497c7acb6e73a79d
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2012-11-08 21:24:01 +0000
Updated for v5.12.5-RC2
-----------------------------------------
version 0.84 at 2012-11-03 21:38:52 +0000
-----------------------------------------
Change: 7caec9a17b31ff90fe95be68ccc66171d3442979
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2012-11-03 21:38:52 +0000
Updated for v5.12.5-RC1
Change: ef41f7c2d79af5657d8a5ddbb1ab44f76197181c
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2012-11-03 21:33:08 +0000
Updated for v5.16.2
|
|
mkc.sub{dir,prj}.mk:
- support for subprojects containing / symbol was added. In
OBJDIR_<dir> variable slashes are replaced with underlines.
In addition OBJDIR_<dir:T> variable is set.
- now also run the target "errorcheck"
- now work correctly with non-empty MAKEOBJDIR
and MAKEOBJDIRPREFIX.
Minor improvements in examples/*/linkme.mk
DPLIBS is deprecated, use LDADD instead.
${MKC_SOURCE_FUNCLIBS}.o is added to CLEANFILES if it is set.
Minor fixes in mkc_imp.lua.mk (LUA_MODULES vs. LUA_LMODULES).
Some improvements and fixes in man page and FAQ.
Thanks to Jeremy Reed, Min Sik Kim and Jan Smydke.
|