nit.git
10 years agoparser: `Visitor::visit` does not accepts `null`
Jean Privat [Fri, 9 Aug 2013 15:37:41 +0000 (11:37 -0400)]
parser: `Visitor::visit` does not accepts `null`

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoparser: clean, intent and comment parser_nodes
Jean Privat [Fri, 9 Aug 2013 15:24:48 +0000 (11:24 -0400)]
parser: clean, intent and comment parser_nodes

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoparser: move things from parser_prod to parser_nodes
Jean Privat [Fri, 9 Aug 2013 13:41:13 +0000 (09:41 -0400)]
parser: move things from parser_prod to parser_nodes

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agonitg/i: can use a ABlockExpr as an expression
Jean Privat [Thu, 8 Aug 2013 14:25:28 +0000 (10:25 -0400)]
nitg/i: can use a ABlockExpr as an expression

This will be useful when AST transformations will be more used
as a single expression could be transformed as a sequence of statements.

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: update error_needed_method_alt6 and error_needed_method_alt7
Jean Privat [Fri, 9 Aug 2013 17:00:13 +0000 (13:00 -0400)]
tests: update error_needed_method_alt6 and error_needed_method_alt7

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agomodel: try_get_primitive_method asks for a MClass (and not a MType)
Jean Privat [Thu, 8 Aug 2013 13:40:56 +0000 (09:40 -0400)]
model: try_get_primitive_method asks for a MClass (and not a MType)

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoMerge remote-tracking branch 'alexandre/nitg-poset'
Jean Privat [Wed, 7 Aug 2013 12:59:45 +0000 (08:59 -0400)]
Merge remote-tracking branch 'alexandre/nitg-poset'

10 years agoLayout_builders: introduce posets for better performances
Alexandre Terrasa [Wed, 7 Aug 2013 02:57:48 +0000 (22:57 -0400)]
Layout_builders: introduce posets for better performances

    Stats for nitg ./nitg.nit
    before:
0:21.23 elapsed,
20.68 user,
0.64 system

    after:
0:18.50 elapsed,
17.97 user,
0.62 system

Average on 5 samples collected with GNU time.

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

10 years agoMerge branch 'ni_nitdoc_tests'
Jean Privat [Tue, 6 Aug 2013 17:49:42 +0000 (13:49 -0400)]
Merge branch 'ni_nitdoc_tests'

10 years agotests: add nitx.nit and ni_nitdoc.nit to sav/
Jean Privat [Tue, 6 Aug 2013 16:52:24 +0000 (12:52 -0400)]
tests: add nitx.nit and ni_nitdoc.nit to sav/

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: remove some old .skip entries
Jean Privat [Tue, 6 Aug 2013 16:51:58 +0000 (12:51 -0400)]
tests: remove some old .skip entries

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoni_nitdoc: print usage synopsys
Jean Privat [Tue, 6 Aug 2013 16:37:34 +0000 (12:37 -0400)]
ni_nitdoc: print usage synopsys

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoni_nitdoc: arguments are what remains after process_options
Jean Privat [Tue, 6 Aug 2013 16:37:13 +0000 (12:37 -0400)]
ni_nitdoc: arguments are what remains after process_options

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoni_nitdoc: do not reset modelbuilder options
Jean Privat [Tue, 6 Aug 2013 16:36:30 +0000 (12:36 -0400)]
ni_nitdoc: do not reset modelbuilder options

we need the -I and others

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoMerge branch 'check_classes'
Jean Privat [Tue, 6 Aug 2013 16:07:58 +0000 (12:07 -0400)]
Merge branch 'check_classes'

10 years agotests: add error_superclass_superfluous.nit
Jean Privat [Tue, 6 Aug 2013 15:18:43 +0000 (11:18 -0400)]
tests: add error_superclass_superfluous.nit

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agomodelbuilder: Check superfluous superclasses
Jean Privat [Tue, 6 Aug 2013 15:15:45 +0000 (11:15 -0400)]
modelbuilder: Check superfluous superclasses

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: remove superfluous super-classes in some tests
Jean Privat [Tue, 6 Aug 2013 15:15:12 +0000 (11:15 -0400)]
tests: remove superfluous super-classes in some tests

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: update error_inh_clash*
Jean Privat [Tue, 6 Aug 2013 15:14:30 +0000 (11:14 -0400)]
tests: update error_inh_clash*

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agomodelbuilder: check clash of ancestors
Jean Privat [Tue, 6 Aug 2013 15:11:23 +0000 (11:11 -0400)]
modelbuilder: check clash of ancestors

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agomodelbuilder: return early from build_classes in case of errors
Jean Privat [Tue, 6 Aug 2013 15:10:24 +0000 (11:10 -0400)]
modelbuilder: return early from build_classes in case of errors

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoparser: remove superfluous super-class in the AST
Jean Privat [Tue, 6 Aug 2013 15:08:32 +0000 (11:08 -0400)]
parser: remove superfluous super-class in the AST

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoffi: remove superfluous super-class
Jean Privat [Tue, 6 Aug 2013 15:07:56 +0000 (11:07 -0400)]
ffi: remove superfluous super-class

Already in ffi_base.nit

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: add error_visibility_protected.nit
Jean Privat [Tue, 6 Aug 2013 02:05:00 +0000 (22:05 -0400)]
tests: add error_visibility_protected.nit

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agomodelbuilder: error on protected classes and imports
Jean Privat [Tue, 6 Aug 2013 02:04:32 +0000 (22:04 -0400)]
modelbuilder: error on protected classes and imports

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoMerge branch 'rta'
Jean Privat [Mon, 5 Aug 2013 19:17:09 +0000 (15:17 -0400)]
Merge branch 'rta'

10 years agotests: add some sav/*.res file for lib/*.nit libraries
Jean Privat [Mon, 5 Aug 2013 19:16:57 +0000 (15:16 -0400)]
tests: add some sav/*.res file for lib/*.nit libraries

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: add test_opts
Jean Privat [Mon, 5 Aug 2013 19:09:09 +0000 (15:09 -0400)]
tests: add test_opts

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: add sav/error_redef4_base.res
Jean Privat [Mon, 5 Aug 2013 18:52:48 +0000 (14:52 -0400)]
tests: add sav/error_redef4_base.res

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: add sav/base_vararg2_alt*
Jean Privat [Mon, 5 Aug 2013 18:50:13 +0000 (14:50 -0400)]
tests: add sav/base_vararg2_alt*

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: add sav/base_isa_formal_type.res
Jean Privat [Mon, 5 Aug 2013 18:42:54 +0000 (14:42 -0400)]
tests: add sav/base_isa_formal_type.res

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: add sav/base_gen_reassign*
Jean Privat [Mon, 5 Aug 2013 18:39:59 +0000 (14:39 -0400)]
tests: add sav/base_gen_reassign*

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: add more bast_attr_init_val*
Jean Privat [Mon, 5 Aug 2013 18:32:03 +0000 (14:32 -0400)]
tests: add more bast_attr_init_val*

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agorta: new RTA without customization nor heterogeneous generics
Jean Privat [Mon, 5 Aug 2013 15:50:43 +0000 (11:50 -0400)]
rta: new RTA without customization nor heterogeneous generics

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agomodel: add MMethodDef::is_abstract
Jean Privat [Mon, 5 Aug 2013 17:39:33 +0000 (13:39 -0400)]
model: add MMethodDef::is_abstract

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: update sav/nitmetrics
Jean Privat [Mon, 5 Aug 2013 17:58:03 +0000 (13:58 -0400)]
tests: update sav/nitmetrics

10 years agomodelbuilder: abstractize some private methods
Jean Privat [Mon, 5 Aug 2013 17:40:13 +0000 (13:40 -0400)]
modelbuilder: abstractize some private methods

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agometrics: rta count dead method definitions of live methods
Jean Privat [Mon, 5 Aug 2013 17:40:46 +0000 (13:40 -0400)]
metrics: rta count dead method definitions of live methods

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoMerge remote-tracking branch 'alexis/prepare-for-ffi'
Jean Privat [Mon, 5 Aug 2013 18:11:15 +0000 (14:11 -0400)]
Merge remote-tracking branch 'alexis/prepare-for-ffi'

10 years agolib: converts curses.nit to use the FFI
Alexis Laferrière [Fri, 2 Aug 2013 14:13:20 +0000 (10:13 -0400)]
lib: converts curses.nit to use the FFI

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agoexamples: converts examples/extern_methods to use FFI
Alexis Laferrière [Wed, 31 Jul 2013 20:27:38 +0000 (16:27 -0400)]
examples: converts examples/extern_methods to use FFI

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agotests: adds an FFI test with strings
Alexis Laferrière [Fri, 19 Jul 2013 14:31:07 +0000 (10:31 -0400)]
tests: adds an FFI test with strings

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agotests: adds an FFI test with different callbacks
Alexis Laferrière [Sun, 9 Jun 2013 12:31:31 +0000 (08:31 -0400)]
tests: adds an FFI test with different callbacks

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agotests: adds an FFI test with simple callbacks
Alexis Laferrière [Fri, 19 Jul 2013 11:28:33 +0000 (07:28 -0400)]
tests: adds an FFI test with simple callbacks

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agotests: adds an extra simple test for the FFI
Alexis Laferrière [Tue, 25 Sep 2012 01:48:58 +0000 (21:48 -0400)]
tests: adds an extra simple test for the FFI

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agometrics: rta shows live classes and methods. hide customized_methoddefs
Jean Privat [Mon, 5 Aug 2013 15:38:46 +0000 (11:38 -0400)]
metrics: rta shows live classes and methods. hide customized_methoddefs

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agometrics: rta, does not refine RapidTypeAnalysis
Jean Privat [Mon, 5 Aug 2013 15:37:27 +0000 (11:37 -0400)]
metrics: rta, does not refine RapidTypeAnalysis

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: avoid potential infinite types with base_formal_isa
Jean Privat [Mon, 5 Aug 2013 14:31:43 +0000 (10:31 -0400)]
tests: avoid potential infinite types with base_formal_isa

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: base_attg_gen.nit force live Int
Jean Privat [Mon, 5 Aug 2013 14:15:56 +0000 (10:15 -0400)]
tests: base_attg_gen.nit force live Int

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoniti: fix the way nullable attributes are initialized
Jean Privat [Mon, 5 Aug 2013 13:40:42 +0000 (09:40 -0400)]
niti: fix the way nullable attributes are initialized

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agomodel: cache `to_s` for MClassDef, MGenericType, MNullableType, MPropDef
Jean Privat [Sat, 3 Aug 2013 02:21:45 +0000 (22:21 -0400)]
model: cache `to_s` for MClassDef, MGenericType, MNullableType, MPropDef

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agophases: stop displaying location for property on verbose level 4
Jean Privat [Sat, 3 Aug 2013 02:00:00 +0000 (22:00 -0400)]
phases: stop displaying location for property on verbose level 4

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agonitg-s: compile_class_to_c works less for dead classes
Jean Privat [Sat, 3 Aug 2013 01:56:53 +0000 (21:56 -0400)]
nitg-s: compile_class_to_c works less for dead classes

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agorta: add RapidTypeAnalysis::live_classes
Jean Privat [Sat, 3 Aug 2013 01:43:23 +0000 (21:43 -0400)]
rta: add RapidTypeAnalysis::live_classes

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agonitg-s: do not compile_class_to_c for abstract classes and interfaces
Jean Privat [Sat, 3 Aug 2013 01:41:26 +0000 (21:41 -0400)]
nitg-s: do not compile_class_to_c for abstract classes and interfaces

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoMerge branch 'model'
Jean Privat [Fri, 2 Aug 2013 20:13:35 +0000 (16:13 -0400)]
Merge branch 'model'

10 years agomodel: add MType::can_resolve_for
Jean Privat [Fri, 2 Aug 2013 19:18:15 +0000 (15:18 -0400)]
model: add MType::can_resolve_for

Also beef-up most methods that require resolution with preconditions that
rely on `can_resolve_for`

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agomodel: most anchors can be null
Jean Privat [Fri, 2 Aug 2013 19:16:32 +0000 (15:16 -0400)]
model: most anchors can be null

This help the standard case where the type are all resolved.

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agomake: compile nitg with -O
Jean Privat [Fri, 2 Aug 2013 18:13:59 +0000 (14:13 -0400)]
make: compile nitg with -O

c7fa2b1c75ce1a90f86be837272d7b460a3cf775 dropped the -O for nitg

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: converts 6 tests from the old nitni to FFI
Alexis Laferrière [Sat, 20 Jul 2013 15:19:08 +0000 (11:19 -0400)]
tests: converts 6 tests from the old nitni to FFI

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agotests: fix missing code in test_ffi_c_callback_extern_receiver
Alexis Laferrière [Thu, 13 Jun 2013 14:35:23 +0000 (10:35 -0400)]
tests: fix missing code in test_ffi_c_callback_extern_receiver

Some C includes and Nit callbacks were missing.

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agotests: add missing copyright info to test_ffi_c_simple
Alexis Laferrière [Tue, 30 Jul 2013 16:11:52 +0000 (12:11 -0400)]
tests: add missing copyright info to test_ffi_c_simple

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agomodel: add Type#length
Jean Privat [Fri, 2 Aug 2013 17:13:37 +0000 (13:13 -0400)]
model: add Type#length

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agolib: fix import of stdio.h for String::to_precision
Alexis Laferrière [Sat, 8 Jun 2013 01:30:16 +0000 (21:30 -0400)]
lib: fix import of stdio.h for String::to_precision

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agoMerge branch 'ast_metrics'
Jean Privat [Fri, 2 Aug 2013 12:54:11 +0000 (08:54 -0400)]
Merge branch 'ast_metrics'

10 years agotests: update sav/nitmetrics
Jean Privat [Fri, 2 Aug 2013 06:58:28 +0000 (02:58 -0400)]
tests: update sav/nitmetrics

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agometrics: add ast_metrics
Jean Privat [Fri, 2 Aug 2013 06:47:39 +0000 (02:47 -0400)]
metrics: add ast_metrics

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agometrics: use print_elements in static_type_metrics
Jean Privat [Fri, 2 Aug 2013 06:42:29 +0000 (02:42 -0400)]
metrics: use print_elements in static_type_metrics

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agometrics: add Counter#print_elements
Jean Privat [Fri, 2 Aug 2013 06:39:45 +0000 (02:39 -0400)]
metrics: add Counter#print_elements

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoMerge branch 'ni-merge'
Jean Privat [Thu, 1 Aug 2013 20:54:47 +0000 (16:54 -0400)]
Merge branch 'ni-merge'

10 years agoMerge branch 'intern_native_arg'
Jean Privat [Thu, 1 Aug 2013 20:54:31 +0000 (16:54 -0400)]
Merge branch 'intern_native_arg'

10 years agoMerge branch 'curl'
Jean Privat [Thu, 1 Aug 2013 20:54:22 +0000 (16:54 -0400)]
Merge branch 'curl'

10 years agocurl: protected classes does not exists (yet?)
Jean Privat [Thu, 1 Aug 2013 20:52:53 +0000 (16:52 -0400)]
curl: protected classes does not exists (yet?)

TODO: compilers must detect and refuse this

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agotests: update ni-merge related tests
Jean Privat [Thu, 1 Aug 2013 19:30:23 +0000 (15:30 -0400)]
tests: update ni-merge related tests

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agolib: makes native_arg[cv] intern
Alexis Laferrière [Sat, 8 Jun 2013 01:27:50 +0000 (21:27 -0400)]
lib: makes native_arg[cv] intern

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agoc_src: update to have intern args
Jean Privat [Thu, 1 Aug 2013 18:40:06 +0000 (14:40 -0400)]
c_src: update to have intern args

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoniti: support for native_arg[cv] as intern
Alexis Laferrière [Thu, 1 Aug 2013 18:16:41 +0000 (14:16 -0400)]
niti: support for native_arg[cv] as intern

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agonitg: support for native_arg[cv] as intern
Jean Privat [Thu, 1 Aug 2013 19:11:05 +0000 (15:11 -0400)]
nitg: support for native_arg[cv] as intern

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
Signed-off-by: Jean Privat <jean@pryen.org>

10 years agonitc: support for native_arg[cv] as intern
Alexis Laferrière [Tue, 30 Jul 2013 14:37:13 +0000 (10:37 -0400)]
nitc: support for native_arg[cv] as intern

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agomake: build and document bin/nitx
Jean Privat [Thu, 1 Aug 2013 18:11:16 +0000 (14:11 -0400)]
make: build and document bin/nitx

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoni_nitdoc: do not crash if intro does not have a node in the AST
Jean Privat [Thu, 1 Aug 2013 18:09:06 +0000 (14:09 -0400)]
ni_nitdoc: do not crash if intro does not have a node in the AST

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agonitx&ni_nitdoc: adapt to the phased modelbuild
Jean Privat [Thu, 1 Aug 2013 18:08:24 +0000 (14:08 -0400)]
nitx&ni_nitdoc: adapt to the phased modelbuild

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agonitx: really rename the module from ni to nitx
Jean Privat [Thu, 1 Aug 2013 18:07:40 +0000 (14:07 -0400)]
nitx: really rename the module from ni to nitx

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoMerge remote-tracking branch 'alexandre/ni-merge' into HEAD
Jean Privat [Thu, 1 Aug 2013 17:36:53 +0000 (13:36 -0400)]
Merge remote-tracking branch 'alexandre/ni-merge' into HEAD

Conflicts:
src/nitmetrics.nit

10 years agolib: fixing tests programs of curl
Matthieu Lucas [Wed, 31 Jul 2013 13:42:26 +0000 (15:42 +0200)]
lib: fixing tests programs of curl

Signed-off-by: Matthieu Lucas <lucasmatthieu@gmail.com>

10 years agoexamples: clean up empty lines in curl_mail.nit
Alexis Laferrière [Wed, 31 Jul 2013 03:15:28 +0000 (23:15 -0400)]
examples: clean up empty lines in curl_mail.nit

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agotests: updates sav for examples/curl_mail.nit
Alexis Laferrière [Wed, 31 Jul 2013 03:04:31 +0000 (23:04 -0400)]
tests: updates sav for examples/curl_mail.nit

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

10 years agolib: fixing visibility of intern use only Curl Response class
Matthieu Lucas [Tue, 30 Jul 2013 18:47:32 +0000 (20:47 +0200)]
lib: fixing visibility of intern use only Curl Response class

Signed-off-by: Matthieu Lucas <lucasmatthieu@gmail.com>

10 years agolib: integrating Mail module inside Curl module
Matthieu Lucas [Tue, 30 Jul 2013 18:29:40 +0000 (20:29 +0200)]
lib: integrating Mail module inside Curl module

- Adding new request Class named CurlMailRequest.
- Adding new response Class named CurlMailResponse.
- Updating sample.
- Removing CurlRequest Url, Headers, Datas attributes : Too specific for
  this class. Now defined directly in children if needed.
- Setting Curl instance attribute directly to null.
- Adding new intern abstract class to instance registering named
  CurlCallbacksRegisterIntern.
- Removing CurlCallbacks inheritance from CurlRequest, now directly in
  children.

Signed-off-by: Matthieu Lucas <lucasmatthieu@gmail.com>

10 years agoni_nitdoc: better memory management
Alexandre Terrasa [Tue, 30 Jul 2013 18:06:17 +0000 (14:06 -0400)]
ni_nitdoc: better memory management

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

10 years agonitx: renamed ni.nit in nitx.nit
Alexandre Terrasa [Tue, 30 Jul 2013 15:27:48 +0000 (11:27 -0400)]
nitx: renamed ni.nit in nitx.nit

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

10 years agoni: added help message
Alexandre Terrasa [Tue, 30 Jul 2013 15:26:38 +0000 (11:26 -0400)]
ni: added help message

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

10 years agoversion: v0.6.1-git
Jean Privat [Tue, 30 Jul 2013 00:59:44 +0000 (20:59 -0400)]
version: v0.6.1-git

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoversion: v0.6 v0.6
Jean Privat [Tue, 30 Jul 2013 00:58:11 +0000 (20:58 -0400)]
version: v0.6

Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoni: use command ":q" to quit, blank line do nothing
Alexandre Terrasa [Mon, 29 Jul 2013 22:34:34 +0000 (18:34 -0400)]
ni: use command ":q" to quit, blank line do nothing

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

10 years agoni: fixed display of multiple search results
Alexandre Terrasa [Mon, 29 Jul 2013 21:54:05 +0000 (17:54 -0400)]
ni: fixed display of multiple search results

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

10 years agoni: better display of mproperties
Alexandre Terrasa [Mon, 29 Jul 2013 21:38:15 +0000 (17:38 -0400)]
ni: better display of mproperties

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

10 years agoni: better mclass page display
Alexandre Terrasa [Mon, 29 Jul 2013 21:35:23 +0000 (17:35 -0400)]
ni: better mclass page display

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

10 years agoni: better display of module documentation
Alexandre Terrasa [Mon, 29 Jul 2013 20:17:22 +0000 (16:17 -0400)]
ni: better display of module documentation

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

10 years agolib: fix precision of test_curl
Alexis Laferrière [Mon, 29 Jul 2013 19:51:45 +0000 (15:51 -0400)]
lib: fix precision of test_curl

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>