Displaying 20 results from an estimated 1000 matches similar to: "klibc/ash - fix ksh syntax."
2019 Jan 25
0
[klibc:update-dash] builtin: Clear LC_ALL in mkbuiltins
Commit-ID: 494b05615ac00f171290175bed6ea065d0900818
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=494b05615ac00f171290175bed6ea065d0900818
Author: Fredrik Fornwall <fredrik at fornwall.net>
AuthorDate: Sun, 24 May 2015 23:05:48 +0200
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] builtin: Clear LC_ALL
2020 Mar 28
0
[klibc:update-dash] dash: builtin: Clear LC_ALL in mkbuiltins
Commit-ID: 2133c29de320e3173d7cb1aec32676afa8b0dc17
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=2133c29de320e3173d7cb1aec32676afa8b0dc17
Author: Fredrik Fornwall <fredrik at fornwall.net>
AuthorDate: Sun, 24 May 2015 23:05:48 +0200
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:54 +0000
[klibc] dash: builtin: Clear
2005 Sep 30
2
klibc loader crash...
Hi all,
I've a simple program called empty.c :)
$ cat empty.c
int main(int argc, char* argv[])
{
return 0;
}
$ cat empty410.s
.file "empty.c"
.text
.p2align 4,,15
.globl main
.type main, @function
main:
xorl %eax, %eax
ret
.size main, .-main
.ident "GCC: (GNU) 4.1.0 20050922 (experimental)"
2006 May 04
5
create databases with rake
hi,
is there a way to create the database (say development and or
production) specified in database.yml with rake?
thanks,
Enrico
--
"The only thing necessary for the triumph of evil
is for good men to do nothing"
Edmund Burke
2006 Jan 19
0
Question about d_ino used in scp.c
Hi,
There's exactly one usage of the dirent.d_ino member in the whole
project, which is in the readdir loop in scp.c, like this:
while (readdir) {
if (d_ino == 0)
continue;
[...]
}
This loop is basically taken from rcp.c as far as I can see. However,
I have two problems here.
- First, I have no idea why and when readdir should return an entry with
a 0 inode number. Is
2005 Mar 07
3
exclude an attribute from save
Hi,
I''ve used .save to save the attributes, but on my table there is an
autoincrementing id (not the primary key) that doesn''t need to be
inserted... but save try to INSERT it anyway... is there a way to
avoid save from acting this way or to whisper him to be more polite
this time? ;)
Thanks,
Enrico
--
"The only thing necessary for the triumph of evil
is for good men to do
2006 Jul 04
1
select(object, method, choices, options = {}, html_options = {})
Hi,
I''m using:
select(object, method, choices, options = {}, html_options = {})
I''ve read the API where there''s this example:
select("post", "person_id", Person.find_all.collect {|p| [ p.name,
p.id ] }, { :include_blank => true })
should give this code:
<select name="post[person_id]">
<option></option>
2006 Apr 19
2
ubuntu 5.10 postrgres gem
Hi,
I''ve installed Ubuntu 5.10, with Ruby 1.8.4
with thoose rep:
deb http://www-devel.orcaware.com/packages/ubuntu/ breezy/
deb-src http://www-devel.orcaware.com/packages/ubuntu/ breezy/
when I give:
sudo gem install postgres
I get:
Attempting local installation of ''postgres''
Local gem file not found: postgres*.gem
Attempting remote installation of
2006 Feb 04
2
file_column path problem grouping controllers in to modules
Hey there,
good job with the file_column thing, but I''m experiencing a problem I
didn''t found about.
I''m grouping controllers in to modules (like Admin::Category Admin:Item) and:
url_for_file_column("dettaglio", "picture_url")
return this search path:
src="/detail/picture_url/development/5/dark.jpg"
there''s a development coming from
2006 Feb 10
2
file column within link_to
Hi,
I correctly see:
image_tag url_for_file_column("element", "picture_url", "medium")
now I need to make it a link so I''ve used:
<%= link_to(image_tag url_for_file_column("element", "picture_url",
"medium"), {:controller => "products", :action => "sec_level",
:level_id => @element.id}) unless
2005 Mar 08
4
change the model''s table name
I need to change the name of the table a model is connected to... like
the example in the API... the table is called mice and I want a class
called Mouse.
class Mouse < ActiveRecord::Base
table_name "mice"
end
I''m doing this cause I want tables in my language (italian) and avoid
the nameS thing.
just adding it in that way doesn''t work
ArgumentError in
2005 Jun 21
3
dynarch calendar problem when used with ajax
I''ve got a partial with a form using the dynarch calendar
(calendar_field behavior). Working.
Now I render this partial from the action specified in to a link_to_remote.
Now when I click the calendar it''s not showed anymore.
theese lines:
<%= stylesheet_link_tag ''calendar-system.css'' %>
<%= javascript_include_tag ''calendar'',
2006 May 12
4
validates_uniqueness_of with a condition
Hi,
I need to check the uniqueness of an attribute (a doc number) using a
condition (a specific year), I''ve found validates_uniqueness_of
:number, but I need to tell it I just want to check a specific year.
I''ve found :scope but I haven''t really understood it''s meaning, Can I
scope on a specific year?
Thanks,
Enrico
--
"The only thing necessary for the
2020 Mar 28
0
[klibc:update-dash] Revert " dash: mkbuiltins: Fix sort order harder"
Commit-ID: 67295677e7f4b89f55c484b44735728ea610edf4
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=67295677e7f4b89f55c484b44735728ea610edf4
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Fri, 25 Jan 2019 01:34:43 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 20:29:44 +0000
Revert "[klibc] dash:
2016 Jan 06
0
[klibc:master] dash: mkbuiltins: Fix sort order harder
Commit-ID: 5125a8b74971fc22fdc74cfc9dc8e04a4f5c0e4b
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=5125a8b74971fc22fdc74cfc9dc8e04a4f5c0e4b
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Wed, 6 Jan 2016 01:20:02 +0000
Committer: H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Tue, 5 Jan 2016 17:50:50 -0800
[klibc] dash: mkbuiltins: Fix sort
2019 Jan 25
0
[klibc:update-dash] Revert " dash: mkbuiltins: Fix sort order harder"
Commit-ID: 3c92107fcc57634d918ec844213a0b9267cac0cf
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=3c92107fcc57634d918ec844213a0b9267cac0cf
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Fri, 25 Jan 2019 01:34:43 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
Revert "[klibc] dash:
2005 Mar 02
1
postgresql date
If I select my date column from the pgadmin I see that in the ddmmyyyy
form, I''ve specified so in the postgresql config. When I query from
rails I get the date in yyyymmdd someone knows why?
Thanks
Enrico
--
"The only thing necessary for the triumph of evil
is for good men to do nothing"
Edmund Burke
2005 Mar 07
0
an escape from using find_all
Hi,
I''ve got a form where I change and update the @cost values, I wanted
to see a select tag showing all the clients names instead of inserting
manually the code in the textbox... to do so I''ve used
options_from_collection_for_select on another var @client (setted to
find_all on the controller calling this viewer).
<select name="client">
2010 Aug 03
3
[LLVMdev] Purpose of PROLOG_LABEL in function prologue?
I've been building/dumping some x86_64 code and I've noticed that each of the routines has 3 temporary symbols, à la:
_main:
pushq %rbp
Ltmp18:
movq %rsp, %rbp
Ltmp19:
subq $320, %rsp
Ltmp20:
movl %ecx, -276(%rbp)
I've tracked them back to emitPrologue in X86RegisterInfo.cpp. I'm wonder what's their purpose?
They're filling up my symbol table...
Cameron Esfahani
2019 Jan 25
0
[klibc:update-dash] builtin: create builtins.c properly on old cpp
Commit-ID: 8c6e2cecf64aed820dd63a1c4dcb3b141f0414ec
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8c6e2cecf64aed820dd63a1c4dcb3b141f0414ec
Author: kabe at sra-tohoku.co.jp <kabe at sra-tohoku.co.jp>
AuthorDate: Mon, 22 Dec 2014 14:50:23 +0900
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] builtin: