Statistics
| Revision:

Repository (Git)

Name Size Revision Age Author Comment
  CMakeModules 765691a0 82 days Roman Neuhauser fixed wrong use of sysctl(3) in FreeBSD-specifi...
  debian a77b0f90 175 days Ash Berlin Update buildfiles for release
  help 967a5913 157 days Rüdiger Sonderfeld build: introduced yet another hack to docs.sh t...
  include b0e4adc1 123 days Aristid Breitkreuz feature #201: make the whole thing compile
  js 6a7e312d 164 days Ash Berlin dont colourize test output on windows
  libflusspferd e29e84c0 82 days Roman Neuhauser powl, ceill, floorl, fmodl -> std:: equivalents...
  misc 2474ee2b 163 days Rüdiger Sonderfeld build: added flag to switch off emacs mode buil...
  plugins b0e4adc1 123 days Aristid Breitkreuz feature #201: make the whole thing compile
  programs c4770f12 156 days Aristid Breitkreuz Merge commit 'origin/readline' Conflicts: CMa...
  test 1262a074 123 days Aristid Breitkreuz bug #159: make test case pass (problem: wrong p...
  util ec8ce1d5 157 days Rüdiger Sonderfeld test: fixed parameter passing to run_tests.sh
  vendor 6d3a0071 164 days Ash Berlin Fix lanuch_shell behaviour w.r.t quoting on win32
.gitattributes 20 Bytes aa5c3d7b 184 days Ash Berlin Dont include .git* files in archives
.gitignore 105 Bytes 991bb17a 313 days Vinzenz 'evilissimo' Feenstra Ignoring Visual Studio and premake4 files
.gitmodules 308 Bytes 871e6c30 199 days Ash Berlin Make submodule refer to the public repo, not pr...
CMakeLists.txt 9.2 KB c4770f12 156 days Aristid Breitkreuz Merge commit 'origin/readline' Conflicts: CMa...
CONTRIBUTORS 417 Bytes aea8ce18 82 days Rüdiger Sonderfeld added Roman to the list of contributors. see e0...
COPYING 1.2 KB e064ad6b 312 days Aristid Breitkreuz copyright: reference CONTRIBUTORS instead of li...
ChangeLog.txt 6.4 KB 9641d607 82 days Rüdiger Sonderfeld updated ChangeLog: FreeBSD Support
Makefile 1.8 KB 6b08f062 238 days Aristid Breitkreuz build/Makefile: add convenient doc and repl PHO...
README 1.9 KB 3ef72232 231 days Aristid Breitkreuz doc: remove references to removed XML plugin
ReleaseNotes.txt 3.7 KB a9b9f9c7 176 days Ash Berlin Release notes and change log for 0.9
configure 3.2 KB 2474ee2b 163 days Rüdiger Sonderfeld build: added flag to switch off emacs mode buil...
flusspferd-version.sh 1.6 KB eaec1104 180 days Ash Berlin Move reading of version file into CMakeLists.tx...
pack.sh 2.1 KB 98bc854f 184 days Ash Berlin Update pack.sh to know about submodules.

Latest revisions

# Date Author Comment
9641d607 05/08/2010 05:20 PM Rüdiger Sonderfeld

updated ChangeLog: FreeBSD Support

aea8ce18 05/08/2010 05:13 PM Rüdiger Sonderfeld

added Roman to the list of contributors.
see e05c5c7af23c9b196a16 63f3fdac999944f29b0c add1fe94943621b6ef3a

e29e84c0 05/08/2010 05:09 PM Roman Neuhauser

powl, ceill, floorl, fmodl -> std:: equivalents from <cmath>

value::to_integral_number works with std::pow etc, fixes
build on FreeBSD, which doesn't have these in the system C headers,
but the system C++ compiler (GCC) has them.

  • libflusspferd/spidermonkey/value.cpp
69f23279 05/08/2010 05:09 PM Roman Neuhauser

libdl doesn't exist on FreeBSD

  • libflusspferd/CMakeLists.txt

    libdl is sought independently of FLUSSPFERD_HAVE_POSIX,
    and only if CMAKE_SYSTEM_NAME is not "FreeBSD".

    this check should examine whether libdl is needed instead
    of branching on system name; i'll leave that for someone...

765691a0 05/08/2010 05:09 PM Roman Neuhauser

fixed wrong use of sysctl(3) in FreeBSD-specific code

  • CMakeModules/FindSelfExe.cmake

    - C++ code requires #include <cstdlib> to recognize
    NULL, EXIT_SUCCESS and EXIT_FAILURE
    - sysctl's third parameter is a buffer, not its size

  • libflusspferd/flusspferd_module.cpp...
bcd39de8 04/27/2010 09:05 AM Rüdiger Sonderfeld

size_t -> std::size_t

85e05b97 04/19/2010 01:52 PM Rüdiger Sonderfeld

libflusspferd: minor code improvements in modules.cpp

40cd9e62 03/28/2010 07:27 PM Aristid Breitkreuz

Merge branch 'no_function_201'

1262a074 03/28/2010 07:23 PM Aristid Breitkreuz

bug #159: make test case pass (problem: wrong paths), closes #159

b0e4adc1 03/28/2010 07:13 PM Aristid Breitkreuz

feature #201: make the whole thing compile

View revisions

Also available in: Atom