Commit Graph

28 Commits

Author SHA1 Message Date
Ivan Tham
341a911e9c Add alpha.1 to version 2022-07-05 01:14:45 +08:00
Ivan Tham
aa94253e38 Bump rust edition 2021 2022-07-05 00:56:33 +08:00
Ivan Tham
693ff1c1fa Use std fmt for base 10
Fix #58 but the issue might still happen for other bases
2022-07-02 00:19:40 +08:00
Ivan Tham
7109e54d68 Refactor clap 2022-06-25 00:10:22 +08:00
Ivan Tham
8cdcf1fc7b Switch to once_cell 2022-06-24 22:27:39 +08:00
Ivan Tham
5ddc95f2df Bump dependencies 2022-06-24 22:02:42 +08:00
Akshay
2886114cf6 bump to v0.3.0 2022-04-05 19:18:19 +05:30
Maximilian Bosch
7e673fc429
rustyline: disable default features 2022-01-04 17:38:09 +01:00
Maximilian Bosch
4fd3ec330a
Update rustyline to v9
Also refresh line always. This isn't a big deal for the small
expressions we have here and also fixes a few annoying issues
I had with the highlighter.
2021-12-30 18:06:49 +01:00
Ivan Tham
8ff40835cc Fix help on smaller terminal
COLUMNS not working, using term_size crate for a more portable
solution.
2020-11-03 01:45:45 +08:00
Akshay
6ce0fc0212 bump version 2019-11-07 22:13:32 +05:30
Milan Markovic
a01e3bd989 Fixing crash on large result
- Added depencency bignum
- Using num::BigNum in format::pprint to handle f64 numbers that are
larger than maximal i64 number (which was causing the bug)

If you want full feature parity with bc perhaps bignums can be used as
long as all operations are done on integers.
2019-07-02 20:22:23 +00:00
NerdyPepper
580747e5f4 bump to 0.2.6 2019-07-02 18:41:33 +05:30
NerdyPepper
121f0c4c15 add complete syntax highlighting 2019-07-02 18:30:24 +05:30
NerdyPepper
7835955bd9 use better directory crate, use data_dir for history 2019-06-24 22:02:31 +05:30
NerdyPepper
f869c6a197 add dirs dep 2019-06-23 17:16:48 +05:30
NerdyPepper
46434d1a44 release 0.2.5! 2019-06-23 13:30:00 +05:30
equal-l2
eef0693880 Update dependencies 2019-06-09 15:03:47 +09:00
NerdyPepper
210dd93157 version bump: add output base opt 2019-04-27 21:30:39 +05:30
NerdyPepper
c58bcfd203 version bump 2019-03-31 09:57:19 +05:30
NerdyPepper
85ccb1cfdd new deps, new licence 2019-03-31 09:37:59 +05:30
NerdyPepper
38ccb3190e version bump 2019-03-29 21:55:13 +05:30
NerdyPepper
028396f536 bump version to 0.2.1 2019-03-29 20:14:25 +05:30
NerdyPepper
880c026ade i done an oopsie 2019-03-28 23:00:35 +05:30
NerdyPepper
9379b0cc2d add pkg metadata 2019-03-28 22:53:54 +05:30
NerdyPepper
682da5a12d ignores, new deps 2019-03-23 10:43:51 +05:30
NerdyPepper
2f74f994b9 name change to eva 2019-03-19 22:02:35 +05:30
NerdyPepper
87ebe6ce99 init 2019-02-24 11:51:53 +05:30