~mag

Recent activity

[PATCH v2] pow and log10 1 year, 5 months ago

From mag to ~ft/public-inbox

---
...new attempt. Thanks!

 builtins.c       | 7 +++++++
 plan9/platform.h | 1 +
 2 files changed, 8 insertions(+)

diff --git a/builtins.c b/builtins.c
index 8a34db6..3ed4edd 100644
--- a/builtins.c
@@ -419,9 +419,16 @@ BUILTIN("rand.float", rand_float)
		return mk_double(cname(todouble(args[0]))); \
	}
[message trimmed]

[PATCH femtolisp] pow log2 and log10 1 year, 5 months ago

From mag to ~ft/public-inbox

---
I did this primarly because I noticed the lack of an "expt" function in the lang (..then I also added log2 and log10).
Don't know if this is the correct way to do it nor if I'm missing something. Thanks!

 builtins.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/builtins.c b/builtins.c
index 8a34db6..1454605 100644
--- a/builtins.c
@@ -419,9 +419,17 @@ BUILTIN("rand.float", rand_float)
		return mk_double(cname(todouble(args[0]))); \
	}
[message trimmed]

[PATCH femtolisp] startup script in interactive sessions 1 year, 6 months ago

From mag to ~ft/public-inbox

---
I find this useful while playing with this wonderful code! thanks!

 system.lsp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/system.lsp b/system.lsp
index 056c176..b651ff6 100644
--- a/system.lsp
+++ b/system.lsp
@@ -1045,6 +1045,13 @@
	    (lambda (e) (begin (top-level-exception-handler e)
			       (exit 1)))))

[message trimmed]

[PATCH v2] no, I cant 1 year, 6 months ago

From mag to ~sircmpwn/email-test-drive

---
 mag | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 mag

diff --git a/mag b/mag
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/mag
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.40.0
[message trimmed]

[PATCH] no, I cant 1 year, 6 months ago

From mag to ~sircmpwn/email-test-drive

---
 mag | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 mag

diff --git a/mag b/mag
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/mag
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.40.0
[message trimmed]

[PATCH] can I use it? 1 year, 6 months ago

From mag to ~sircmpwn/email-test-drive

---
 mag | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 mag

diff --git a/mag b/mag
new file mode 100644
index 0000000..9daeafb
--- /dev/null
+++ b/mag
@@ -0,0 +1 @@
test
-- 
2.40.0
[message trimmed]