Commit Graph

  • 2d7530d19e Merge branch 'master' of https://github.com/vlang/v into impl-ls-win Joe Conigliaro 2019-07-04 10:44:55 +1000
  • 86fcff5dfb merge changes Joe Conigliaro 2019-07-04 10:40:09 +1000
  • 4bd22e5bdd move to os_win.v & return []string if dir !exist Joe Conigliaro 2019-07-04 10:30:47 +1000
  • 4280f2fb74 Merge branch 'master' of https://github.com/joe-conigliaro/v into impl-ls-win Joe Conigliaro 2019-07-04 10:11:50 +1000
  • 7358c61128 FIX #202 marco 2019-07-03 21:53:25 +0200
  • 2e3048c65e Merge branch 'fraction-support' of https://github.com/archanpatkar/v into fraction-support archanpatkar 2019-07-04 01:17:39 +0530
  • 952ccec95c math: rename in Fraction from to_float to f64 archanpatkar 2019-07-04 01:16:19 +0530
  • 06a334c805
    Added true permission bits. 0x9ef 2019-07-03 22:22:07 +0300
  • d5a2efa988
    Fixed fraction types mismatching 0x9ef 2019-07-03 22:06:42 +0300
  • ad15023f19
    Added const INVALID_HANDLE_VALUE 0x9ef 2019-07-03 21:52:25 +0300
  • 5ea1d7271a
    Merge branch 'master' into fraction-support Archan Patkar 2019-07-03 23:32:20 +0530
  • b5b9f8a7a8 math: typo fixed and adopted i64 in Fraction archanpatkar 2019-07-03 23:24:51 +0530
  • 379d0380a6 main: repl hotfix add Shivanjan Chakravorty 2019-07-03 23:02:15 +0530
  • af6aeae9e8 math: converted gcd and lcm to support i64 archanpatkar 2019-07-03 22:21:03 +0530
  • a4ee044d4f Rename y -> year and remove braces nxshock 2019-07-03 21:45:35 +0500
  • 58fdde7bc8 Add is_leap_year() fn nxshock 2019-07-03 21:12:21 +0500
  • 184ed6a1c0 Move token string length from magic number to constant. Ivan Sharavuev 2019-07-03 10:14:10 +0300
  • 97fb55cc78 builtin: added read and readln functions archanpatkar 2019-07-03 17:43:43 +0530
  • 09e0339a15
    Better instructions for Windows MaD70 2019-07-03 13:43:09 +0200
  • cf8831afc0 simplify ls() add & comments Joe Conigliaro 2019-07-03 21:09:45 +1000
  • 05ccb9674f Modify examples/.gitignore d2verb 2019-07-03 19:56:32 +0900
  • 1b9940750c Added support for Fractions archanpatkar 2019-07-03 15:42:36 +0530
  • 6108f194d3
    string.index_after method now returns ?int rather than int Steve Phillips 2019-07-03 02:59:46 -0700
  • 894b27d8d6 Removed unnecessary printf statement which corrupts output of http.get pverghese 2019-07-03 15:26:50 +0530
  • 4153f562b8 initial Implementation of ls() for windows Joe Conigliaro 2019-07-03 19:55:37 +1000
  • d1081c1b6a net: added listen_backlog to enable custom backlog archanpatkar 2019-07-03 13:55:31 +0530
  • b7809b0c79 compiler: add debug flag Justice Suh 2019-07-02 21:16:26 -0400
  • 2f0ba75334 os: capture signals Justice Suh 2019-07-02 16:13:23 -0400
  • 58980d75af math: digits function; SqrtTau; extra spaces; re writed doc's to correct form; test for factorial RustemB 2019-07-02 15:50:33 +0500
  • c293cfd296 Cleaned up code ithinkthisisarc 2019-07-02 11:51:08 -0400
  • fd77555494 Made repl not suck. Now executes stuff as you actually tell it to ithinkthisisarc 2019-07-02 11:39:34 -0400
  • 3515003ace net: socket send and recv Justice Suh 2019-07-02 11:25:21 -0400
  • c648f055b2 setsockopt arg optvalue supposed to be ptr S-YOU 2019-07-03 00:16:32 +0900
  • 77ac95f51d Changed println to print ithinkthisisarc 2019-07-02 11:09:39 -0400
  • 04f1f3aadc No more c, baby ithinkthisisarc 2019-07-02 11:05:08 -0400
  • 87fbb6d798 [02/07/10] Fixed formats, oops ithinkthisisarc 2019-07-02 10:52:11 -0400
  • d9847a4aef [02/07/19] Made  function one line ithinkthisisarc 2019-07-02 10:40:24 -0400
  • a97d1417a2 add comment about utf8 to get_raw_line Joe Conigliaro 2019-07-02 23:13:43 +1000
  • 817005a5ff
    Allow to parse uppercase hex number yep84 2019-07-02 14:45:27 +0200
  • c8509441d2 reimplement read_raw_line using ReadConsole Joe Conigliaro 2019-07-02 22:36:44 +1000
  • 12dc28ff55 fixed comment in os.v Joe Conigliaro 2019-07-02 19:47:50 +1000
  • b9e7057439
    add comment to get_raw_line() joe-conigliaro 2019-07-02 19:41:11 +1000
  • 955d48c888 implments get_line & get_raw_line for windows Joe Conigliaro 2019-07-02 19:30:06 +1000
  • 49edef4b63 net: added listen_backlog to enable custom backlog archanpatkar 2019-07-02 14:45:47 +0530
  • 3c5bb3d9f4 builtin : fix buffer overflow and i64 issue with hex() lemoncmd 2019-07-02 17:13:18 +0900
  • a35a00d722 Improved equals and added conversion to decimal archanpatkar 2019-07-02 13:22:31 +0530
  • ad038eaa1d Fix "Nested comments won't compile" (#908) jiro4989 2019-07-02 08:49:15 +0900
  • 14efae01b7 builtin: implement _strlen in V Justice Suh 2019-07-01 18:32:42 -0400
  • f4880b6d9c net: socket send and recv Justice Suh 2019-07-01 17:47:33 -0400
  • f0176461dc remove additional line from write_file aguspiza 2019-07-01 23:24:19 +0200
  • 639fd6a4a0
    os.write_file: do not add and newline yep84 2019-07-01 22:48:29 +0200
  • 509dc5787c Added support for Fractions archanpatkar 2019-07-02 01:41:21 +0530
  • 6700b265d6
    Handle --version arg as it already do for help yep84 2019-07-01 21:51:51 +0200
  • fb493f4e9d
    Change permission from 'r' to 'rb' 0x9ef 2019-07-01 22:31:36 +0300
  • 5354a42352
    First look in exec dir for modules then VROOT AtjonTV 2019-07-01 20:19:28 +0200
  • 6456350267
    compiler: tmp variables on scripts inside generated main function Henrixounez 2019-07-01 19:55:47 +0200
  • d677811a6e
    Fixing Issue 456 by looking for modules in current path AtjonTV 2019-07-01 19:46:55 +0200
  • 120a2d10f6 Fix #898 d2verb 2019-07-02 01:07:22 +0900
  • dc0c5b05cb
    Created os_win.v and added `get_file_handle` 0x9ef 2019-07-01 18:45:55 +0300
  • f71036657e net: low level socket api Justice Suh 2019-07-01 08:55:45 -0400
  • e66a60343e Restructured termcolor to term module archanpatkar 2019-07-01 20:39:22 +0530
  • e071549da1 builtin : fix issue with int.hex Antoine Folie 2019-07-01 17:00:09 +0200
  • 6dc2ca5adf
    Added `get_file_handle` 0x9ef 2019-07-01 17:56:27 +0300
  • d66e5940ec Refactor BuildMode enum to lowercase Maulana Akmal 2019-07-01 21:09:16 +0700
  • c266393950 Refactor BuildMode enum to lowercase Maulana Akmal 2019-07-01 21:09:16 +0700
  • 33657d7deb
    Added permission bits. 0x9ef 2019-07-01 16:19:36 +0300
  • c82e255c63
    fix #872 Zaoqi 2019-07-01 12:14:59 +0800
  • 8a62ef1df3
    fix #872 Zaoqi 2019-07-01 12:13:57 +0800
  • 64330b323a Changed use_ortho to int in tetris.v pverghese 2019-07-01 06:35:52 +0530
  • 7ab4599ca9
    Fix little typo Piruzzolo 2019-07-01 01:12:13 +0200
  • 2cd62771b9
    Deleted unnecessary FILE_ATTRIBUTE_DIRECTORY constant. 0x9ef 2019-07-01 01:05:00 +0300
  • 6220592b1c
    Create types_win.v for Win API basic types. 0x9ef 2019-07-01 00:43:48 +0300
  • e5d42f8089 remove executable musou1500 2019-07-01 05:09:51 +0900
  • a939d94e29 format musou1500 2019-07-01 05:05:36 +0900
  • d80757b4ed
    Merge branch 'master' into extracted-settings Archan Patkar 2019-07-01 01:32:03 +0530
  • c075dc976c add `str` function for `rune` musou1500 2019-07-01 04:55:04 +0900
  • b31af57171
    Merge branch 'master' into extracted-settings Archan Patkar 2019-07-01 00:15:53 +0530
  • 3529d4f6d5 Extracted settings/ preferences from V struct to a new struct also shared with Parser struct archanpatkar 2019-06-30 22:41:57 +0530
  • 39d00bf2ee vlib: bits manipulation library paolo 2019-06-30 16:47:09 +0000
  • 192e19451b
    Create const.v for Unix/Win32 API constants. 0x9ef 2019-06-30 17:12:23 +0300
  • b7227aaa8a Provide an install target in Makefile Compro-Prasad 2019-06-26 15:57:31 +0530
  • 467de35d58 cross buid windows from linux aguspiza 2019-06-30 15:54:40 +0200
  • e35769178c Added make install command to Makefile ItaySharon 2019-06-30 15:21:24 +0300
  • 2bb024facf
    Fixes paolopaoletto 2019-06-30 12:12:23 +0000
  • c85ecc2031 math.v: log_n, log2, exp2, cbrt and docs paolo 2019-06-30 11:51:20 +0000
  • aacfd0ec5f Pre-allocate KMP prefix for string.index Nick Treleaven 2019-06-30 12:24:04 +0100
  • 7a7be23706
    Update token.v Zaoqi 2019-06-30 18:31:22 +0800
  • 5de2f4c885
    Update main.v Zaoqi 2019-06-30 18:30:40 +0800
  • c798b6ba69
    Update life.v Zaoqi 2019-06-30 18:28:37 +0800
  • 4595c6c981
    Update string.v Zaoqi 2019-06-30 18:28:05 +0800
  • 85631bfa2d
    Update array.v Zaoqi 2019-06-30 18:26:33 +0800
  • 439e9f1013
    Update int.v Zaoqi 2019-06-30 18:25:54 +0800
  • 8521c7b39c
    Update array.v Zaoqi 2019-06-30 18:25:27 +0800
  • d1332a5c2e
    Update gl.v Zaoqi 2019-06-30 18:23:32 +0800
  • 6a2b1131d2
    Update log.v Zaoqi 2019-06-30 18:17:28 +0800
  • 10c88887b6
    Update log.v Zaoqi 2019-06-30 18:15:02 +0800
  • fe2afcf25a
    Update os.v Zaoqi 2019-06-30 18:11:50 +0800
  • 92f2167536 Graceful substr() handling like Python slices Dirk Loss 2019-06-30 11:24:09 +0200
  • 6179b5a3e9
    remove unnecessary println bitsnaps 2019-06-30 10:29:46 +0100
  • 3d28fd434b
    Update main.v Zaoqi 2019-06-30 14:07:02 +0800