Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hamidreza Anbaraki
node
Commits
12bb0d46
Commit
12bb0d46
authored
15 years ago
by
Ryan Dahl
Browse files
Options
Downloads
Patches
Plain Diff
bump version
parent
5629fd57
Loading
Loading
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
ChangeLog
+22
-1
22 additions, 1 deletion
ChangeLog
doc/api.html
+4
-4
4 additions, 4 deletions
doc/api.html
doc/api.txt
+1
-1
1 addition, 1 deletion
doc/api.txt
doc/index.html
+2
-2
2 additions, 2 deletions
doc/index.html
wscript
+1
-1
1 addition, 1 deletion
wscript
with
30 additions
and
9 deletions
ChangeLog
+
22
−
1
View file @
12bb0d46
2009.09.05, Version 0.1.9
2009.09.11, Version 0.1.10
* Feature: raw string encoding "raws"
* Feature: access to environ through "ENV"
* Feature: add isDirectory, isFile, isSocket, ... methods
to stats object.
* Bugfix: Internally use full paths when loading modules
this fixes a shebang loading problem.
* Bugfix: Add '--' command line argument for seperating v8
args from program args.
* Add man page.
* Add node-repl
* Upgrade v8 to 1.3.10
2009.09.05, Version 0.1.9, d029764bb32058389ecb31ed54a5d24d2915ad4c
* Bugfix: Compile on Snow Leopard.
...
...
This diff is collapsed.
Click to expand it.
doc/api.html
+
4
−
4
View file @
12bb0d46
...
...
@@ -19,8 +19,8 @@ window.onload = function(){generateToc(2)}
<h1>
NODE(1)
</h1>
<span
id=
"author"
>
Ryan Dahl
</span><br
/>
<span
id=
"email"
><tt>
<
<a
href=
"mailto:ry@tinyclouds.org"
>
ry@tinyclouds.org
</a>
>
</tt></span><br
/>
<span
id=
"revnumber"
>
version 0.1.
9
,
</span>
<span
id=
"revdate"
>
2009.09.
05
</span>
<span
id=
"revnumber"
>
version 0.1.
10
,
</span>
<span
id=
"revdate"
>
2009.09.
11
</span>
<div
id=
"toc"
>
<div
id=
"toctitle"
>
Table of Contents
</div>
<noscript><p><b>
JavaScript must be enabled in your browser to display the table of contents.
</b></p></noscript>
...
...
@@ -1862,8 +1862,8 @@ init (Handle<Object> target)
</div>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
Version 0.1.
9
<br
/>
Last updated 2009-09-11 2
0:58:54
CEST
Version 0.1.
10
<br
/>
Last updated 2009-09-11 2
1:05:26
CEST
</div>
</div>
</body>
...
...
This diff is collapsed.
Click to expand it.
doc/api.txt
+
1
−
1
View file @
12bb0d46
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.
9
, 2009.09.
05
Version, 0.1.
10
, 2009.09.
11
== NAME
...
...
This diff is collapsed.
Click to expand it.
doc/index.html
+
2
−
2
View file @
12bb0d46
...
...
@@ -156,8 +156,8 @@ Server running at http://127.0.0.1:8000/</pre>
<a
href=
"http://github.com/ry/node/tree/master"
>
git repo
</a>
</p>
<p>
2009.09.
05
<a
href=
"http://s3.amazonaws.com/four.livejournal/200909
05
/node-0.1.
9
.tar.gz"
>
node-0.1.
9
.tar.gz
</a>
2009.09.
11
<a
href=
"http://s3.amazonaws.com/four.livejournal/200909
11
/node-0.1.
10
.tar.gz"
>
node-0.1.
10
.tar.gz
</a>
</p>
<h2
id=
"build"
>
Build
</h2>
...
...
This diff is collapsed.
Click to expand it.
wscript
+
1
−
1
View file @
12bb0d46
...
...
@@ -6,7 +6,7 @@ import sys, os, shutil
from os.path import join, dirname, abspath
from logging import fatal
VERSION="0.1.
9
"
VERSION="0.1.
10
"
APPNAME="node.js"
import js2c
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment